summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/overflowing-block-002-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-break/overflowing-block-002-print.html')
-rw-r--r--testing/web-platform/tests/css/css-break/overflowing-block-002-print.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/overflowing-block-002-print.html b/testing/web-platform/tests/css/css-break/overflowing-block-002-print.html
new file mode 100644
index 0000000000..3cba4b421f
--- /dev/null
+++ b/testing/web-platform/tests/css/css-break/overflowing-block-002-print.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
+<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
+<link rel="match" href="overflowing-block-002-print-ref.html">
+<link rel="help" href="https://drafts.csswg.org/css-break-3/#parallel-flows">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=563436">
+<link rel="stylesheet" href="/fonts/ahem.css">
+
+<style>
+@page { size: 5in 3in; margin: 0.5in; }
+body { margin: 0; }
+
+.content {
+ position: absolute;
+ font: 0.5in/1 Ahem;
+ color: white;
+ word-break: break-all;
+ border: 0.5in solid purple;
+ margin-right: 2in;
+}
+</style>
+
+<!-- The content is printed in two pages. -->
+<div class="content">XXXXXXXXXXXX</div>