Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>The word "PASS" should be seen below.</p> | |
| 3 <div style="columns:3; column-gap:0; width:24em; line-height:20px; orphans:1; wi dows:1; background:yellow;"> | |
| 4 <br> | |
| 5 <div> | |
|
mstensho (USE GERRIT)
2016/11/10 21:06:51
The extra DIV here (and in the other tests) is nee
| |
| 6 <div style="columns:2; column-gap:0;"> | |
| 7 <div style="height:1px;"></div> | |
| 8 <div style="break-before:column;"></div> | |
| 9 <div style="height:1px;"></div> | |
| 10 <div style="break-before:column;"></div> | |
| 11 PASS | |
| 12 </div> | |
| 13 </div> | |
| 14 </div> | |
| OLD | NEW |