Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / absolute-position-direction.html
blob005bb6e5ef6b2e8b7208890108868cc45e100ec4
1 <html>
2 <head>
3 <title>Absolute position direction in Quirks mode</title>
4 </head>
5 <body>
6 <p>The green square should be on the right hand side of the page.</p>
7 <div style="direction: rtl;">
8 <div style="position: absolute; width: 100px; height: 100px; background: lightgreen;"></div>
9 </div>
10 </body>
11 </html>