haikuwebkit/LayoutTests/fast/replaced/replaced-element-with-perce...

23 lines
328 B
HTML

<!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>