summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-page/monolithic-overflow-030-print-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-page/monolithic-overflow-030-print-ref.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print-ref.html b/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print-ref.html
new file mode 100644
index 0000000000..d8468e3b14
--- /dev/null
+++ b/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
+<style>
+ body {
+ margin: 0;
+ }
+</style>
+<div style="break-after:page;">
+ <div style="display:flow-root; height:1.5in;">
+ <p>
+ There should be four pages, and each one should have a green square in the
+ bottom right corner.
+ </p>
+ </div>
+ <div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
+</div>
+<div style="break-after:page;">
+ <div style="height:1.5in;"></div>
+ <div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
+</div>
+<div style="break-after:page;">
+ <div style="height:1.5in;"></div>
+ <div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
+</div>
+<div style="break-after:page;">
+ <div style="height:1.5in;"></div>
+ <div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
+</div>