Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Check that a table caption with a block at a column boundary is properly push ed to the next column.</p> | |
| 3 <p>The word "PASS" should be seen below, fully visible and unbroken.</p> | |
| 4 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; line-heig ht:2em; width:40em; height:3em;"> | |
| 5 <div style="height:2em;"></div> | |
| 6 <table cellspacing="0" cellpadding="0"> | |
| 7 <caption> | |
| 8 <div>PASS</div> | |
| 9 </caption> | |
| 10 </table> | |
| 11 </div> | |
| OLD | NEW |