blob: 44408897cc11a5d3c708f910e9ee352bdf6ebaa1 [file] [log] [blame]
<!DOCTYPE html>
<div style='position: absolute; left: 5px; top: 10px; width: 50px; height: 50px; background-color: green'>
</div>
<script>
function finishTest() {
setTimeout(function() { testRunner.notifyDone() }, 0);
}
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.setBackingScaleFactor(2, finishTest);
}
</script>