| <script src="../../../../resources/js-test-pre.js"></script> |
| <body onload="runTest();" style="width:2000px;height:2000px;margin:0px;padding:100px"> |
| <button style="width:50px;height:50px;">B1</button><button style="width:50px;height:50px;">B2</button><button style="width:50px;height:50px;">B3</button> |
| <div>This test is successful if elementFromPoint returns the correct element.</div> |
| window.internals.setPageScaleFactor(2, 0, 0); |
| window.scrollTo(100,100); |
| document.getElementById("result").innerText = document.elementFromPoint(125, 25).innerText; |