OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <p>Test that a spanner inside an absolutely positioned box whose containing bloc
k is outside the |
| 3 multicol container isn't affected by the multicol container.</p> |
| 4 <p>Below you should see the word 'PASS' (with large letter spacing), and a green
square in the bottom right corner.</p> |
| 5 <div style="position:absolute; right:0; bottom:0; width:50px; height:50px; backg
round:green;"></div> |
| 6 <div style="width:7em;"> |
| 7 <div style="float:left; width:2em;">P</div> |
| 8 <div style="float:left; width:2em;">A</div> |
| 9 <div style="float:left; width:2em;">S</div> |
| 10 <div style="float:left; width:1em;">S</div> |
| 11 </div> |
OLD | NEW |