blob: 01d9c398c31bcb8789741e9e6c216a833c1941b1 [file] [log] [blame]
<body style="font: 20px ahem; margin: 0;">
<div id="result" style="outline: solid blue; height: 100px; width: 100px; -webkit-transform: translatez(0)"></div>
<div style="height: 900px"></div>
<div style="height: 100px;">target</div>
<div style="height: 1000px;"></div>
<script>
if (window.testRunner && window.internals) {
testRunner.dumpAsText();
window.internals.setPageScaleFactor(2, 0, 0);
}
document.execCommand("FindString", false, "target");
document.getElementById("result").innerText = document.body.scrollTop === 937 ? "PASS" : "FAIL";
</script>
</body>