OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>You should see two lines with the word "PASS" below.</p> | |
3 <div style="-webkit-columns:3; columns:3; column-fill:auto; height:5em;"> | |
4 <div style="display:inline;"> | |
5 <div style="-webkit-column-span:all; column-span:all;">PASS</div> | |
6 PA</div>SS | |
7 </div> | |
OLD | NEW |