summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/self-collapsing-block.html
blob: 096e2337bef1842027e6cf49013c9cafea4397a3 (plain)
1
2
3
4
5
6
7
8
<!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>