diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-break/table/table-caption-with-block-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-break/table/table-caption-with-block-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/table/table-caption-with-block-ref.html b/testing/web-platform/tests/css/css-break/table/table-caption-with-block-ref.html new file mode 100644 index 0000000000..ca210636a9 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/table/table-caption-with-block-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<p>Check that a table caption with a block at a column boundary is properly pushed to the next column.</p> +<p>The word "PASS" should be seen below, fully visible and unbroken.</p> +<div style="margin-left:20em; line-height:2em;"> + PASS +</div> |