Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .multicol { columns:2; column-gap:0; column-fill:auto; } | |
| 4 </style> | |
| 5 <p>There should only be <em>one</em> vertical line below.</p> | |
| 6 <div class="multicol" style="width:100px; height:100px; line-height:200px;"> | |
| 7 <div class="multicol" style="column-rule:4px solid; height:200px;"> | |
| 8 <br> | |
| 9 </div> | |
| 10 </div> | |
| OLD | NEW |