mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
307ccebf4c
--HG-- rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
20 lines
619 B
HTML
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>
|