blob: e22d153d5dfeba3c1f5614bf4d1ec19fa483de40 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
canvas {
width: 100%;
position: fixed;
-webkit-flow-into: foobar;
-webkit-writing-mode: vertical-lr;
}
</style>
</head>
<body>
<canvas></canvas>
PASS if no assert in debug.
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>