Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../resources/check-layout.js"></script> | |
| 3 <div id="multicol" style="position:relative; columns:2; column-gap:0; column-fil l:auto; width:500px; height:100px; line-height:20px; orphans:1; widows:1; backgr ound:yellow;"> | |
| 4 First column.<br> | |
| 5 <div data-offset-y="20" data-expected-height="100"> | |
| 6 <div style="float:left; width:100%; height:70px; background:cyan;"> | |
| 7 This cyan block should all be in the first column. | |
| 8 </div> | |
| 9 Second column.<br> | |
| 10 </div> | |
| 11 </div> | |
| 12 <script> | |
| 13 checkLayout("#multicol"); | |
| 14 </script> | |
| OLD | NEW |