Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be two blue squares below.</p> | |
| 3 <div style="columns:2; column-gap:10px; width:110px; orphans:1; widows:1; line-h eight:50px;"> | |
| 4 <div style="transform:translateZ(200px);"> | |
| 5 <div style="column-span:all; background:blue;"> | |
| 6 <br> | |
| 7 <br> | |
| 8 </div> | |
| 9 </div> | |
| 10 </div> | |
| OLD | NEW |