Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be a blue <em>square</em> below.</p> | |
| 3 <div style="display:table; border-spacing:100px; background:blue;"> | |
| 4 <div style="display:table-row-group;"></div> | |
| 5 <div style="display:table-row-group;"><div style="width:10px; height:10px;"> </div></div> | |
| 6 </div> | |
| OLD | NEW |