Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / 059.html
blob692f4e1f88ea106764a60d8ade9f3c786db587f7
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <body style="position:absolute">
4 <div>You should see two <i>vertically stacked</i> green rectangles below. Each one is 100 pixels wide
5 and 50 pixels tall. If the two green rectangles are on the same line, then the test has failed.
6 This is a test of section 10.3.7 in CSS2.1. In particular it is a test of the shrink-to-fit algorithm's
7 preferred minimum width computation.
8 </div>
9 <div style="position:absolute;width:0px">
10 <div style="position:absolute;left:0px">
11 <span style="display:inline-block;width:100px;height:50px;background-color:green"></span>
12 <span style="display:inline-block;width:100px;height:50px;background-color:green"></span>
13 </div>
14 </div>
15 </body>
16 </html>