haikuwebkit/LayoutTests/fast/table/table-anonymous-row-collaps...

10 lines
292 B
HTML

<!DOCTYPE html>
<div style="display: table;">
<div style="display: table-row-group;">
<span style="display: table-cell;">Test passes if this text is&#xa0;</span>
<span style="display: table-cell;">all on one line.</span>
<div style="display: table-row;"></div>
</div>
</div>