gecko/layout/reftests/table-anonymous-boxes/infer-cells-1.html
Boris Zbarsky 307ccebf4c Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc
--HG--
rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
2009-04-08 12:56:16 -04:00

20 lines
619 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,</span>
<span>Col 1Row 1,</span>
<span>Col 2Row 1,</span>
<span>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>