Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../../resources/check-layout.js"></script> | |
| 3 <p>When its first line needs a column break, we should push the entire block to the next column, also when it just barely fits.</p> | |
| 4 <p>There should be a blue square below.</p> | |
| 5 <div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-g ap:0; column-fill:auto; width:80px; height:40px; line-height:30px;"> | |
| 6 <div style="height:10px;"></div> | |
| 7 <div data-offset-x="40" data-offset-y="0" style="padding-top:10px; backgroun d:blue;"><br></div> | |
| 8 </div> | |
| 9 <script> | |
| 10 checkLayout("#multicol"); | |
| 11 </script> | |
| OLD | NEW |