| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <p>The word 'PASSED' should be seen below.</p> | 2 <p>The word 'PASSED' should be seen below.</p> |
| 3 <div style="width:6em; height:2em; -webkit-columns:3; -webkit-column-gap:0; colu
mn-fill:auto; line-height:2em;"> | 3 <div style="width:6em; height:2em; columns:3; column-gap:0; column-fill:auto; li
ne-height:2em;"> |
| 4 <div style="-webkit-column-count:2; -webkit-column-gap:0;"> | 4 <div style="column-count:2; column-gap:0;"> |
| 5 P<br>A | 5 P<br>A |
| 6 </div> | 6 </div> |
| 7 <div style="-webkit-column-count:2; -webkit-column-gap:0;"> | 7 <div style="column-count:2; column-gap:0;"> |
| 8 S<br>S | 8 S<br>S |
| 9 </div> | 9 </div> |
| 10 <div style="-webkit-column-count:2; -webkit-column-gap:0;"> | 10 <div style="column-count:2; column-gap:0;"> |
| 11 E<br>D | 11 E<br>D |
| 12 </div> | 12 </div> |
| 13 </div> | 13 </div> |
| OLD | NEW |