tenfourfox/layout/reftests/table-anonymous-boxes/3-blocks-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>