mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
594 B
HTML
19 lines
594 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="font-family: monospace">
|
|
<!-- The test in the first row might not be correct, depending on spec
|
|
clarifications -->
|
|
<div style="display: table-row">
|
|
<span>Row 1, Col 1</span>
|
|
<span>Row 1, Col 2</span>
|
|
<span>Row 1, Col 3</span>
|
|
</div>
|
|
<div style="display: table-row">
|
|
<div style="display: block">Row 22, Col 1Row 22, Col 2Row 22, Col 3</div>
|
|
</div>
|
|
<div style="display: table-row">
|
|
<span>Row 333, Col 1</span><span>Row 333, Col 2</span><span>Row 333, Col 3</span>
|
|
</div>
|
|
</body>
|
|
</html>
|