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

19 lines
602 B
HTML

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