haikuwebkit/LayoutTests/fast/writing-mode/self-collapsing-block.html

9 lines
267 B
HTML

<!doctype html>
<html>
<body style="-webkit-writing-mode:vertical-lr">
<div style="width:100px;background-color:green"></div>
<div style="height:100px;margin-left:100px;margin-right:100px"></div>
<div style="width:100px;background-color:green"></div>
</body>
</html>