1
0
Fork 0
firefox/testing/web-platform/tests/css/css-multicol/table/table-cell-content-change-000-ref.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

9 lines
262 B
HTML

<!DOCTYPE html>
<p>You should see the text "first column" once in the first column, and the text
"second column" twice in the second column.</p>
<div style="columns:2; orphans:1; widows:1;">
first column<br>
<br>
second column<br>
second column
</div>