diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /layout/base/tests/chrome/printpreview_pps_uw9.html | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/base/tests/chrome/printpreview_pps_uw9.html')
-rw-r--r-- | layout/base/tests/chrome/printpreview_pps_uw9.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/layout/base/tests/chrome/printpreview_pps_uw9.html b/layout/base/tests/chrome/printpreview_pps_uw9.html new file mode 100644 index 0000000000..9bd0e1f5a4 --- /dev/null +++ b/layout/base/tests/chrome/printpreview_pps_uw9.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<!-- This is a testcase for a "9-pages-per-sheet" scenario. + There are 9 full-page "swatches" with large colorful borders. --> +<style> +html, body { margin: 0; height: 100%; } +.swatch { + box-sizing: border-box; + border: 120px solid; + height: 100%; +} +.swatch:nth-child(1) { border-color: cyan; } +.swatch:nth-child(2) { border-color: yellow; } +.swatch:nth-child(3) { border-color: pink; } +.swatch:nth-child(4) { border-color: orange; } +.swatch:nth-child(5) { border-color: purple; } +.swatch:nth-child(6) { border-color: olive; } +.swatch:nth-child(7) { border-color: blue; } +.swatch:nth-child(8) { border-color: tan; } +.swatch:nth-child(9) { border-color: fuchsia; } +</style> +<div class="swatch"></div> +<div class="swatch"></div> +<div class="swatch"></div> +<div class="swatch"></div> +<div class="swatch"></div> +<div class="swatch"></div> +<div class="swatch"></div> +<div class="swatch"></div> +<div class="swatch"></div> |