OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <p>You should see the word 'PASS' twice below (letter spacing will differ):</p> | 2 <p>You should see the word 'PASS' twice below (letter spacing will differ):</p> |
3 <div>PASS<br> </div> | 3 PASS<br><br> |
4 <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;"> | 4 <div style="float:left; width:1em;">P</div> |
5 P<br>A<br>S<br>S | 5 <div style="float:left; width:1em;">A</div> |
6 </div> | 6 <div style="float:left; width:1em;">S</div> |
7 <div style="float:left; width:1em;">S</div> | |
OLD | NEW |