Mypal/layout/reftests/table-anonymous-boxes/3-blocks-ref.html

15 lines
307 B
HTML

<!DOCTYPE html>
<html>
<body style="font-family: monospace; white-space: nowrap">
<div>
Row 1, Col 1Row 1, Col 2Row 1, Col 3
</div>
<div>
Row 22, Col 1Row 22, Col 2Row 22, Col 3
</div>
<div>
Row 333, Col 1Row 333, Col 2Row 333, Col 3
</div>
</body>
</html>