1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
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.
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>