function computeLayout(node) { return { top: 0, left: 0, width: node.style.width, height: node.style.height }; }