blob: f40c6ae8981887fdbdd527c16a6974b2e4cc4fbf [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.setBackingScaleFactor(2, function() { testRunner.notifyDone(); });
}
</script>
<style>
.box {
background-color: green;
width: 80px;
height: 60px;
left: 10px;
top: 20px;
position: absolute;
}
body {
margin: 0px;
}
</style>
<div class="box">
</div>