blob: 92606f80b5bc74520fffea9395853daaceb74936 [file] [log] [blame]
<!DOCTYPE html>
<script>
function finishTest() {
testRunner.notifyDone();
}
function scaleUp() {
testRunner.setBackingScaleFactor(3, finishTest);
}
function startTest() {
testRunner.waitUntilDone();
setTimeout(scaleUp, 1);
}
if (window.testRunner) {
onload = startTest;
}
</script>
<div id="div" style="width:200px; height:120px; overflow:auto">
<br>This should be a scrollable text box with horizontal and vertical scroll.
<div style="width:400px; height: 200px"></div>
</div>