OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <p>Test that a float inside a spanner stretches an auto-height spanner, since th
e spanner is |
| 3 supposed to establish a new block formatting context.</p> |
| 4 <p>Below you should see a green square, followed by the word 'PASS' (with large
letter spacing), and no red.</p> |
| 5 <div style="width:5em;"> |
| 6 <div style="width:5em; height:5em; background:green;"></div> |
| 7 <div style="float:left; width:1em;">P</div> |
| 8 <div style="float:left; width:1em;">A</div> |
| 9 <div style="float:left; width:1em;">S</div> |
| 10 <div style="float:left; width:1em;">S</div> |
| 11 </div> |
OLD | NEW |