summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-page/monolithic-overflow-030-print.html')
-rw-r--r--testing/web-platform/tests/css/css-page/monolithic-overflow-030-print.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print.html b/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print.html
new file mode 100644
index 0000000000..e36f25434d
--- /dev/null
+++ b/testing/web-platform/tests/css/css-page/monolithic-overflow-030-print.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
+<link rel="help" href="https://issues.chromium.org/41496759">
+<link rel="match" href="monolithic-overflow-030-print-ref.html">
+<style>
+ body {
+ margin: 0;
+ }
+</style>
+<p>
+ There should be four pages, and each one should have a green square in the
+ bottom right corner.
+</p>
+<div style="position:absolute; top:0; width:100%; contain:size; height:8in;"></div>
+<div style="position:fixed; right:0; bottom:0; width:0.5in; height:0.5in; background:green;"></div>