Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / rtl-static-positioning-inline-block.html
blob97a50edaec6cfd5360acba6e664309eafb992a37
1 <!doctype html>
2 <html>
4 <body>
6 There should be a green 100x100 square below. If you see any red, then the test has failed.
8 <div style="position:relative; direction:rtl; border:20px solid transparent; padding:20px; width:300px; height:300px;">
9 <div style="position:absolute;width:100px;height:100px;background-color:red; left:200px; top: 30px"></div>
11 <span>
12 <div style="display:inline-block; border:10px solid transparent; padding-left:20px; padding-right:10px; width:200px; height:200px">
13 <div style="position:absolute;width:100px;height:100px;background-color:green"></div>
14 </div>
15 </span>
16 </div>