Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / 061.html
blobfc6f5a4419cb85037b9ce057401a2d54f554450d
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
5 <body>
6 <div id="theRectangle3"
7 style="margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:0px 0px 0px 0px;
8 background-color:red; height:10px; position:absolute; top:10px; left:10px; overflow:hidden"><img
9 src="/art/t.gif" width="10" height="10" alt="nothing" /></div>
10 <div id="theRectangle1"
11 style="margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:0px 0px 0px 0px;
12 background-color:red; height:10px; position:absolute; top:30px; left:10px; overflow:hidden"><img
13 width="10" height="10" alt="nothing" /><img
14 width="10" height="10" alt="Blue Square" style="background-color: blue; position:absolute;
15 top:0px; left:0px" /></div>
16 </body>
17 </html>