summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-propagated-008-print-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-page/page-name-propagated-008-print-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-page/page-name-propagated-008-print-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-page/page-name-propagated-008-print-ref.html b/testing/web-platform/tests/css/css-page/page-name-propagated-008-print-ref.html
new file mode 100644
index 0000000000..dd53a0586a
--- /dev/null
+++ b/testing/web-platform/tests/css/css-page/page-name-propagated-008-print-ref.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <div style="break-after: page">a</div>
+ <div style="break-after: page">b</div>
+ <div>c</div>
+ </body>
+</html>