Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>crbug.com/568387: Should not ASSERT and should not leave an unnecessary anony mous block around the two inline-blocks.</p> | |
| 3 <div style="display:table-row-group;"> | |
| 4 <div></div> | |
| 5 <div id="splitter" style="display:table-row;"></div> | |
| 6 <div style="display:inline-block; width:75px; height:50%; background:blue;"> </div> | |
| 7 <div style="display:inline-block; width:75px; height:50%; background:blue;"> </div> | |
| 8 </div> | |
| OLD | NEW |