Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / auto / 005.html
blobe01533299be6ad7dd65e1a47ac0dea17c24e861d
1 <html>
2 <body>
3 In this test, you should see three blocks that are aligned right within a black box. They should
4 be stacked vertically with the green box in between two olive boxes. The olive boxes and the green box
5 should be 100x100, and there should be 100 pixels of padding on the right side of the box stack. The
6 black box's top should be aligned with the end of the last line in this parargaph and its left side should begin right after the end of this sentence.
8 <span style="direction:rtl; position:absolute;width:100px;height:200px;border:20px solid black;padding-top:50px;padding-bottom:50px;padding-left:100px;padding-right:0px">
9 <div style="margin-left:800px;position:absolute;margin-top:50px;width:100px;height:100px;background-color:green"></div>
10 <div style="position:absolute;width:100px;height:100px;background-color:olive;top:0px"></div>
11 <div style="right:0px; position:absolute;width:100px;height:100px;background-color:olive;top:200px"></div>
12 </span>
13 </body>
14 </html>