gecko/layout/reftests/table-anonymous-boxes/infer-table-around-headers-footers-3.html

27 lines
957 B
HTML

<!DOCTYPE html>
<html>
<body style="font-family: monospace">
<div style="display: table-footer-group">
<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-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>
<div style="display: table-header-group">
<div style="display: table-row">
<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>
</div>
</body>
</html>