gecko/layout/reftests/table-anonymous-boxes/cols-test-3.html

26 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<body style="font-family: monospace">
<div style="display:table">
<div style="display: table-cell">Row 1, Col 1</div>
<div style="display: table-cell">Row 1, Col 2</div>
<div style="display: table-cell">Row 1, Col 3</div>
<div style="display: table-row-group">
<div style="display: table-row">
<div style="display: table-cell">Row 22, Col 1</div>
<div style="display: table-cell">Row 22, Col 2</div>
<div style="display: table-cell">Row 22, Col 3</div>
</div>
<div style="display: table-row">
<div style="display: table-cell">Row 333, Col 1</div>
<div style="display: table-cell">Row 333, Col 2</div>
<div style="display: table-cell">Row 333, Col 3</div>
</div>
</div>
<div style="display: table-column; background: yellow"></div>
<div style="display: table-column; background: cyan"></div>
<div style="display: table-column; background: lime"></div>
</div>
</body>
</html>