summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/inline-direction-positioning.html
blob: da726ec5fce4cba737928927f9453f01c6db043c (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<div style="border:2px solid black;width:600px;">
<div style="-webkit-writing-mode:vertical-lr; width:100px; height:100px; margin-left:50px; background-color:green"></div>
</div>

<div style="border:2px solid black;width:600px;direction:rtl">
<div style="-webkit-writing-mode:vertical-lr; width:100px; height:100px; margin-right:50px; background-color:green"></div>
</div>