Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <body> | |
| 4 <p>Below there should be <em>one</em> column with 7 lines.</p> | |
| 5 <div id="elm" style="line-height:2em;"> | |
| 6 line<br> | |
| 7 line<br> | |
| 8 line<br> | |
| 9 line<br> | |
| 10 line<br> | |
| 11 line<br> | |
| 12 line<br> | |
| 13 </div> | |
| 14 </body> | |
| 15 </html> | |
| OLD | NEW |