1
0
Fork 0
firefox/testing/web-platform/tests/css/css-multicol/table/table-cell-as-multicol.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
438 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#propdef-column-count">
<link rel="match" href="table-cell-as-multicol-ref.html">
<p>You should see the word 'PASS' below.</p>
<div style="font-family:monospace;">
<div style="display:table-cell; width:1em;">P</div>
<div style="display:table-cell; width:3em; column-count:3; column-gap:0; orphans:1; widows:1;">
A<br>
S<br>
S<br>
</div>
</div>