Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be a centered thin black line below.</p> | |
| 3 <div style="-webkit-columns:5; -webkit-column-gap:0; column-fill:auto; height:10 0px;"> | |
| 4 <div style="height:200px;"></div> | |
| 5 <div style="position:relative; height:0.9px; background:black;"></div> | |
| 6 </div> | |
| OLD | NEW |