OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>crbug.com/568387: Should not ASSERT and should leave an anonymous block aroun d 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></div> | |
9 </div> | |
OLD | NEW |