blob: 98b67738eaa04b426fc8b349ff0858af5000be5b [file] [log] [blame]
<!DOCTYPE html>
<body style="overflow:hidden;">
<div style="transform:scale(1.5); -webkit-transform-origin:top left;">
<div style="height:300px;width:300px;background-image:-webkit-repeating-linear-gradient(top left, red 10%, blue 30%);border:1px solid">
</div>
</div>
<script>
function finishTest() {
setTimeout(function() { testRunner.notifyDone(); }, 0);
}
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.setBackingScaleFactor(2, finishTest);
}
</script>