OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 span { float:left; width:1em; } | |
4 </style> | |
5 <p>A line that doesn't fit in the current column (that has preceding content) sh ould be moved to the next column, even if the line is taller than the multicol c ontainer.</p> | |
6 <p>Below the word "PASS" should be seen, with large letter spacing.</p> | |
7 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:4em ; height:10em;"> | |
8 <span>P</span><span>A</span><br> | |
9 <div style="display:inline-block; height:20em;"><span>S</span><span>S</span> </div> | |
10 </div> | |
OLD | NEW |