blob: e610eb7c31c688d90eac88a0f01da72c1492be25 [file] [log] [blame]
<div style="display: flex; flex-direction: column;">
<canvas style="background-color: blue; max-width: 600px">
<script>
if (window.testRunner)
testRunner.waitUntilDone();
window.requestAnimationFrame(function() {
document.querySelector("canvas").height = "300";
if (window.testRunner)
testRunner.notifyDone();
});
</script>
</canvas>
</div>