 Chromium Code Reviews
 Chromium Code Reviews Issue 655253004:
  Convert fast/multicol/columns-shorthand-parsing to reftest.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 655253004:
  Convert fast/multicol/columns-shorthand-parsing to reftest.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .columns { | |
| 4 line-height: 20px; | |
| 5 height: 200px; | |
| 6 } | |
| 7 .column { | |
| 8 display: inline-block; | |
| 
mstensho (USE GERRIT)
2014/10/20 20:58:47
Using float:left instead of display:inline-block h
 
andersr
2014/10/21 12:02:10
Done.
 | |
| 9 width: 50%; | |
| 10 } | |
| 11 </style> | |
| 12 <div class="columns"> | |
| 13 <div class="column"> | |
| 14 This content should be split into two columns.<br> | |
| 15 This content should be split into two columns.<br> | |
| 16 This content should be split into two columns.<br> | |
| 17 This content should be split into two columns.<br> | |
| 18 This content should be split into two columns.<br> | |
| 19 This content should be split into two columns.<br> | |
| 20 This content should be split into two columns.<br> | |
| 21 This content should be split into two columns.<br> | |
| 22 This content should be split into two columns.<br> | |
| 23 This content should be split into two columns.<br> | |
| 24 </div><div class="column"> | |
| 25 This content should be split into two columns.<br> | |
| 26 This content should be split into two columns.<br> | |
| 27 This content should be split into two columns.<br> | |
| 28 This content should be split into two columns.<br> | |
| 29 This content should be split into two columns.<br> | |
| 30 This content should be split into two columns.<br> | |
| 31 This content should be split into two columns.<br> | |
| 32 This content should be split into two columns.<br> | |
| 33 This content should be split into two columns.<br> | |
| 34 This content should be split into two columns.<br> | |
| 35 </div> | |
| 36 </div> | |
| OLD | NEW |