summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/block/positioning/absolute-position-direction.html
blob: 005bb6e5ef6b2e8b7208890108868cc45e100ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
    <title>Absolute position direction in Quirks mode</title>
</head>
<body>
    <p>The green square should be on the right hand side of the page.</p>
    <div style="direction: rtl;">
        <div style="position: absolute; width: 100px; height: 100px; background: lightgreen;"></div>
    </div>
</body>
</html>