gecko/layout/reftests/table-anonymous-boxes/infer-cells-1.html

19 lines
594 B
HTML

<!DOCTYPE html>
<html>
<body style="font-family: monospace">
<!-- The test in the first row might not be correct, depending on spec
clarifications -->
<div style="display: table-row">
<span>Row 1, Col 1</span>
<span>Row 1, Col 2</span>
<span>Row 1, Col 3</span>
</div>
<div style="display: table-row">
<div style="display: block">Row 22, Col 1Row 22, Col 2Row 22, Col 3</div>
</div>
<div style="display: table-row">
<span>Row 333, Col 1</span><span>Row 333, Col 2</span><span>Row 333, Col 3</span>
</div>
</body>
</html>