OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <p>Test that relatively positioned content inside a spanner is positioned correc
tly.</p> |
| 3 <p>Below you should see the word 'PASS' (with large letter spacing). Below there
should be a green |
| 4 square.</p> |
| 5 <div style="width:13em;"> |
| 6 <div style="float:left; width:2em;">P</div> |
| 7 <div style="float:left; width:2em;">A</div> |
| 8 <div style="float:left; width:2em;">S</div> |
| 9 <div style="float:left; width:2em;">S</div> |
| 10 <div style="clear:left; width:100px; height:100px; background:green;"></div> |
| 11 </div> |
OLD | NEW |