diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/table/table-cell-content-change-000-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-multicol/table/table-cell-content-change-000-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/table/table-cell-content-change-000-ref.html b/testing/web-platform/tests/css/css-multicol/table/table-cell-content-change-000-ref.html new file mode 100644 index 0000000000..f8f1c9e19f --- /dev/null +++ b/testing/web-platform/tests/css/css-multicol/table/table-cell-content-change-000-ref.html @@ -0,0 +1,9 @@ +<!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> |