Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Below there should be a blue square above a cyan square.</p> | |
| 3 <div style="columns:2; column-gap:0; width:100px; background:cyan;"> | |
| 4 <div style="break-after:column; height:100px; background:blue;"></div> | |
| 5 <div style="float:left; width:100%; height:100px; background:blue;"></div> | |
| 6 <div style="height:200px;"></div> | |
| 7 </div> | |
| OLD | NEW |