blob: 3f4cfe76dd9c134946cefff44ef502e0ba2cf5a1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Paged Y overflow, left to right block flow, ltr inline flow</title>
</head>
<body>
<div style="position:relative; width:30em; height:35em; border:1px solid black; writing-mode:vertical-lr; direction:ltr; overflow:auto;">
<div style="position:absolute; width:1px; height:200%;"></div>
<div style="display:table; writing-mode:horizontal-tb; direction:ltr;">
This text should be at the top left of the first page<br>
There should be two pages<br>
The second page should be below this one<br>
</div>
</div>
</body>
</html>