summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/table-caption-and-cells-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-break/table/table-caption-and-cells-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-break/table/table-caption-and-cells-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/table/table-caption-and-cells-ref.html b/testing/web-platform/tests/css/css-break/table/table-caption-and-cells-ref.html
new file mode 100644
index 0000000000..1ca93e64f7
--- /dev/null
+++ b/testing/web-platform/tests/css/css-break/table/table-caption-and-cells-ref.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>Check that a table caption 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:50%; width:10em; line-height:2em; text-align:center;">
+ PASS<br>
+ <div style="height:2em; background:black;"></div>
+</div>