diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-upstream/125.0.1.tar.xz firefox-upstream/125.0.1.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html b/testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html new file mode 100644 index 0000000000..0322ba04a0 --- /dev/null +++ b/testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html @@ -0,0 +1,23 @@ +<!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="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 { + 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> |