| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
| <html> |
| <body style="position:absolute"> |
| <div>You should see two <i>vertically stacked</i> green rectangles below. Each one is 100 pixels wide |
| and 50 pixels tall. If the two green rectangles are on the same line, then the test has failed. |
| 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 |
| preferred minimum width computation. |
| </div> |
| <div style="position:absolute;width:0px"> |
| <div style="position:absolute;left:0px"> |
| <span style="display:inline-block;width:100px;height:50px;background-color:green"></span> |
| <span style="display:inline-block;width:100px;height:50px;background-color:green"></span> |
| </div> |
| </div> |
| </body> |
| </html> |
| |
| |