OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Test that a spanner with margins that is inside another block that has more c olumn content around it works as it should.</p> | |
3 <p>You should see the word 'PASS' five times below (letter spacing will vary):</ p> | |
4 <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;"> | |
5 P<br>P<br>A<br>A<br>S<br>S<br>S<br>S | |
6 </div> | |
7 <div style="margin:2em;">PASS<br> </div> | |
8 <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;"> | |
9 P<br>P<br>A<br>A<br>S<br>S<br>S<br>S | |
10 </div> | |
OLD | NEW |