From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../meta/css/css-page/cssom/page-002.html.ini | 6 +++ .../meta/css/css-page/layers-002-print.html.ini | 2 + .../meta/css/css-page/layers-003-print.html.ini | 2 + .../meta/css/css-page/layers-004-print.html.ini | 2 + .../monolithic-overflow-008-print.html.ini | 3 ++ .../monolithic-overflow-009-print.html.ini | 3 ++ .../monolithic-overflow-013-print.html.ini | 2 + .../monolithic-overflow-016-print.html.ini | 3 ++ .../monolithic-overflow-017-print.html.ini | 3 ++ .../monolithic-overflow-018-print.html.ini | 2 + .../monolithic-overflow-019-print.html.ini | 4 ++ .../monolithic-overflow-020-print.html.ini | 2 + .../monolithic-overflow-021-print.html.ini | 2 + .../monolithic-overflow-023-print.html.ini | 2 + .../monolithic-overflow-024-print.html.ini | 4 ++ .../monolithic-overflow-025-print.html.ini | 7 ++++ .../css-page/page-left-right-001-print.html.ini | 2 + .../css-page/page-left-right-002-print.html.ini | 2 + .../meta/css/css-page/page-name-001-print.html.ini | 3 ++ .../css-page/page-name-margin-001-print.html.ini | 2 + .../page-name-propagated-007-print.html.ini | 3 ++ .../page-name-zero-height-001-print.html.ini | 3 ++ ...page-orientation-on-portrait-002-print.html.ini | 3 ++ ...page-orientation-on-portrait-003-print.html.ini | 3 ++ .../css-page/page-orientation.tentative.html.ini | 4 ++ .../css-page/page-rule-declarations-000.html.ini | 15 +++++++ .../css-page/page-rule-declarations-001.html.ini | 6 +++ .../css-page/page-rule-declarations-002.html.ini | 3 ++ .../css-page/page-rule-declarations-003.html.ini | 3 ++ .../css-page/page-rule-declarations-004.html.ini | 8 ++++ .../page-rule-specificity-001-print.html.ini | 2 + .../css/css-page/parsing/margin-rules-001.html.ini | 48 ++++++++++++++++++++++ .../page-orientation-computed.tentative.html.ini | 4 ++ .../meta/css/css-page/parsing/page-valid.html.ini | 3 ++ .../pseudo-first-margin-001-print.html.ini | 2 + .../pseudo-first-margin-002-print.html.ini | 2 + .../pseudo-first-margin-003-print.html.ini | 2 + 37 files changed, 172 insertions(+) create mode 100644 testing/web-platform/meta/css/css-page/cssom/page-002.html.ini create mode 100644 testing/web-platform/meta/css/css-page/layers-002-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/layers-003-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/layers-004-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-008-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-009-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-013-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-016-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-017-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-018-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-019-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-020-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-021-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-023-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-024-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/monolithic-overflow-025-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-left-right-001-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-left-right-002-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-name-001-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-name-margin-001-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-name-propagated-007-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-name-zero-height-001-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-orientation-on-portrait-002-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-orientation-on-portrait-003-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-orientation.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-rule-declarations-000.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-rule-declarations-001.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-rule-declarations-002.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-rule-declarations-003.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-rule-declarations-004.html.ini create mode 100644 testing/web-platform/meta/css/css-page/page-rule-specificity-001-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/parsing/margin-rules-001.html.ini create mode 100644 testing/web-platform/meta/css/css-page/parsing/page-orientation-computed.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-page/parsing/page-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-page/pseudo-first-margin-001-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/pseudo-first-margin-002-print.html.ini create mode 100644 testing/web-platform/meta/css/css-page/pseudo-first-margin-003-print.html.ini (limited to 'testing/web-platform/meta/css/css-page') diff --git a/testing/web-platform/meta/css/css-page/cssom/page-002.html.ini b/testing/web-platform/meta/css/css-page/cssom/page-002.html.ini new file mode 100644 index 0000000000..783b9133a0 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/cssom/page-002.html.ini @@ -0,0 +1,6 @@ +[page-002.html] + [Add declarations] + expected: FAIL + + [Remove declarations] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/layers-002-print.html.ini b/testing/web-platform/meta/css/css-page/layers-002-print.html.ini new file mode 100644 index 0000000000..e4dab0651d --- /dev/null +++ b/testing/web-platform/meta/css/css-page/layers-002-print.html.ini @@ -0,0 +1,2 @@ +[layers-002-print.html] + fuzzy: maxDifference=0-20;totalPixels=0-60 diff --git a/testing/web-platform/meta/css/css-page/layers-003-print.html.ini b/testing/web-platform/meta/css/css-page/layers-003-print.html.ini new file mode 100644 index 0000000000..20f764725d --- /dev/null +++ b/testing/web-platform/meta/css/css-page/layers-003-print.html.ini @@ -0,0 +1,2 @@ +[layers-003-print.html] + fuzzy: maxDifference=0-30;totalPixels=0-60 diff --git a/testing/web-platform/meta/css/css-page/layers-004-print.html.ini b/testing/web-platform/meta/css/css-page/layers-004-print.html.ini new file mode 100644 index 0000000000..2b5ce85548 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/layers-004-print.html.ini @@ -0,0 +1,2 @@ +[layers-004-print.html] + fuzzy: maxDifference=0-30;totalPixels=0-60 diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-008-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-008-print.html.ini new file mode 100644 index 0000000000..95abb344a0 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-008-print.html.ini @@ -0,0 +1,3 @@ +[monolithic-overflow-008-print.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-009-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-009-print.html.ini new file mode 100644 index 0000000000..19d24ce752 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-009-print.html.ini @@ -0,0 +1,3 @@ +[monolithic-overflow-009-print.html] + expected: FAIL + max-asserts: 2 diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-013-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-013-print.html.ini new file mode 100644 index 0000000000..a23c4f1768 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-013-print.html.ini @@ -0,0 +1,2 @@ +[monolithic-overflow-013-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-016-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-016-print.html.ini new file mode 100644 index 0000000000..b46beee15f --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-016-print.html.ini @@ -0,0 +1,3 @@ +[monolithic-overflow-016-print.html] + expected: FAIL + max-asserts: 2 diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-017-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-017-print.html.ini new file mode 100644 index 0000000000..ff15d1d077 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-017-print.html.ini @@ -0,0 +1,3 @@ +[monolithic-overflow-017-print.html] + expected: FAIL + max-asserts: 2 diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-018-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-018-print.html.ini new file mode 100644 index 0000000000..dafffd6a4e --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-018-print.html.ini @@ -0,0 +1,2 @@ +[monolithic-overflow-018-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-019-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-019-print.html.ini new file mode 100644 index 0000000000..b8264c1d57 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-019-print.html.ini @@ -0,0 +1,4 @@ +[monolithic-overflow-019-print.html] + expected: + if os == "mac": PASS + FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-020-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-020-print.html.ini new file mode 100644 index 0000000000..ee786fd88a --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-020-print.html.ini @@ -0,0 +1,2 @@ +[monolithic-overflow-020-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-021-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-021-print.html.ini new file mode 100644 index 0000000000..c59b2aa73a --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-021-print.html.ini @@ -0,0 +1,2 @@ +[monolithic-overflow-021-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-023-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-023-print.html.ini new file mode 100644 index 0000000000..dd47d8b76f --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-023-print.html.ini @@ -0,0 +1,2 @@ +[monolithic-overflow-023-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-024-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-024-print.html.ini new file mode 100644 index 0000000000..a990bf133e --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-024-print.html.ini @@ -0,0 +1,4 @@ +[monolithic-overflow-024-print.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if os == "mac": FAIL diff --git a/testing/web-platform/meta/css/css-page/monolithic-overflow-025-print.html.ini b/testing/web-platform/meta/css/css-page/monolithic-overflow-025-print.html.ini new file mode 100644 index 0000000000..e562e1be8f --- /dev/null +++ b/testing/web-platform/meta/css/css-page/monolithic-overflow-025-print.html.ini @@ -0,0 +1,7 @@ +[monolithic-overflow-025-print.html] + expected: + if (os == "linux") and not fission and not swgl and not debug and not asan: [PASS, TIMEOUT] + if (os == "linux") and fission and not debug: [PASS, TIMEOUT] + if (os == "win") and not debug: [TIMEOUT, PASS] + if (os == "mac") and debug: FAIL + if (os == "mac") and not debug: TIMEOUT diff --git a/testing/web-platform/meta/css/css-page/page-left-right-001-print.html.ini b/testing/web-platform/meta/css/css-page/page-left-right-001-print.html.ini new file mode 100644 index 0000000000..7bf686db54 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-left-right-001-print.html.ini @@ -0,0 +1,2 @@ +[page-left-right-001-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-left-right-002-print.html.ini b/testing/web-platform/meta/css/css-page/page-left-right-002-print.html.ini new file mode 100644 index 0000000000..a5085b5a0f --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-left-right-002-print.html.ini @@ -0,0 +1,2 @@ +[page-left-right-002-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-name-001-print.html.ini b/testing/web-platform/meta/css/css-page/page-name-001-print.html.ini new file mode 100644 index 0000000000..999066c6a8 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-name-001-print.html.ini @@ -0,0 +1,3 @@ +[page-name-001-print.html] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1874947 + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-name-margin-001-print.html.ini b/testing/web-platform/meta/css/css-page/page-name-margin-001-print.html.ini new file mode 100644 index 0000000000..d5a4dee406 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-name-margin-001-print.html.ini @@ -0,0 +1,2 @@ +[page-name-margin-001-print.html] + fuzzy: maxDifference=0-40;totalPixels=0-60 diff --git a/testing/web-platform/meta/css/css-page/page-name-propagated-007-print.html.ini b/testing/web-platform/meta/css/css-page/page-name-propagated-007-print.html.ini new file mode 100644 index 0000000000..3a7d9946b9 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-name-propagated-007-print.html.ini @@ -0,0 +1,3 @@ +[page-name-propagated-007-print.html] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-page/page-name-zero-height-001-print.html.ini b/testing/web-platform/meta/css/css-page/page-name-zero-height-001-print.html.ini new file mode 100644 index 0000000000..9f33eee863 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-name-zero-height-001-print.html.ini @@ -0,0 +1,3 @@ +[page-name-zero-height-001-print.html] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-page/page-orientation-on-portrait-002-print.html.ini b/testing/web-platform/meta/css/css-page/page-orientation-on-portrait-002-print.html.ini new file mode 100644 index 0000000000..5b62b01729 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-orientation-on-portrait-002-print.html.ini @@ -0,0 +1,3 @@ +[page-orientation-on-portrait-002-print.html] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1875182 + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-orientation-on-portrait-003-print.html.ini b/testing/web-platform/meta/css/css-page/page-orientation-on-portrait-003-print.html.ini new file mode 100644 index 0000000000..361ed3d445 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-orientation-on-portrait-003-print.html.ini @@ -0,0 +1,3 @@ +[page-orientation-on-portrait-003-print.html] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1875182 + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-orientation.tentative.html.ini b/testing/web-platform/meta/css/css-page/page-orientation.tentative.html.ini new file mode 100644 index 0000000000..f0130fb5f0 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-orientation.tentative.html.ini @@ -0,0 +1,4 @@ +[page-orientation.tentative.html] + prefs: [layout.css.page-orientation.enabled:true] + [contents for selector ['named6'\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-rule-declarations-000.html.ini b/testing/web-platform/meta/css/css-page/page-rule-declarations-000.html.ini new file mode 100644 index 0000000000..4435473098 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-rule-declarations-000.html.ini @@ -0,0 +1,15 @@ +[page-rule-declarations-000.html] + [unexpected contents for selector \[':first'\]] + expected: FAIL + + [unexpected contents for selector \['world:right'\]] + expected: FAIL + + [unexpected contents for selector ['page_jis_size_orientation'\]] + expected: FAIL + + [unexpected contents for selector ['hello'\]] + expected: FAIL + + [unexpected contents for selector ['page_orientation_size'\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-rule-declarations-001.html.ini b/testing/web-platform/meta/css/css-page/page-rule-declarations-001.html.ini new file mode 100644 index 0000000000..f820bdffcc --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-rule-declarations-001.html.ini @@ -0,0 +1,6 @@ +[page-rule-declarations-001.html] + [unexpected contents for selector \[':right'\]] + expected: FAIL + + [unexpected contents for selector \[':left'\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-rule-declarations-002.html.ini b/testing/web-platform/meta/css/css-page/page-rule-declarations-002.html.ini new file mode 100644 index 0000000000..fce1a2b874 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-rule-declarations-002.html.ini @@ -0,0 +1,3 @@ +[page-rule-declarations-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-page/page-rule-declarations-003.html.ini b/testing/web-platform/meta/css/css-page/page-rule-declarations-003.html.ini new file mode 100644 index 0000000000..2e12b7ed44 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-rule-declarations-003.html.ini @@ -0,0 +1,3 @@ +[page-rule-declarations-003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-page/page-rule-declarations-004.html.ini b/testing/web-platform/meta/css/css-page/page-rule-declarations-004.html.ini new file mode 100644 index 0000000000..35d9346986 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-rule-declarations-004.html.ini @@ -0,0 +1,8 @@ +[page-rule-declarations-004.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [rule with invalid selector ['--a'\]] + expected: FAIL + + [assigning invalid selector text ['--a'\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/page-rule-specificity-001-print.html.ini b/testing/web-platform/meta/css/css-page/page-rule-specificity-001-print.html.ini new file mode 100644 index 0000000000..77686c7240 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/page-rule-specificity-001-print.html.ini @@ -0,0 +1,2 @@ +[page-rule-specificity-001-print.html] + prefs: [layout.css.allow-mixed-page-sizes:true] diff --git a/testing/web-platform/meta/css/css-page/parsing/margin-rules-001.html.ini b/testing/web-platform/meta/css/css-page/parsing/margin-rules-001.html.ini new file mode 100644 index 0000000000..166d2fcf03 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/parsing/margin-rules-001.html.ini @@ -0,0 +1,48 @@ +[margin-rules-001.html] + [@page { @top-left-corner { } } should be a valid rule] + expected: FAIL + + [@page { @top-left { } } should be a valid rule] + expected: FAIL + + [@page { @top-center { } } should be a valid rule] + expected: FAIL + + [@page { @top-right { } } should be a valid rule] + expected: FAIL + + [@page { @top-right-corner { } } should be a valid rule] + expected: FAIL + + [@page { @bottom-left-corner { } } should be a valid rule] + expected: FAIL + + [@page { @bottom-left { } } should be a valid rule] + expected: FAIL + + [@page { @bottom-center { } } should be a valid rule] + expected: FAIL + + [@page { @bottom-right { } } should be a valid rule] + expected: FAIL + + [@page { @bottom-right-corner { } } should be a valid rule] + expected: FAIL + + [@page { @left-top { } } should be a valid rule] + expected: FAIL + + [@page { @left-middle { } } should be a valid rule] + expected: FAIL + + [@page { @left-bottom { } } should be a valid rule] + expected: FAIL + + [@page { @right-top { } } should be a valid rule] + expected: FAIL + + [@page { @right-middle { } } should be a valid rule] + expected: FAIL + + [@page { @right-bottom { } } should be a valid rule] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-page/parsing/page-orientation-computed.tentative.html.ini b/testing/web-platform/meta/css/css-page/parsing/page-orientation-computed.tentative.html.ini new file mode 100644 index 0000000000..84400d93fc --- /dev/null +++ b/testing/web-platform/meta/css/css-page/parsing/page-orientation-computed.tentative.html.ini @@ -0,0 +1,4 @@ +[page-orientation-computed.tentative.html] + [page-orientation is not a property (only a descriptor)] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-page/parsing/page-valid.html.ini b/testing/web-platform/meta/css/css-page/parsing/page-valid.html.ini new file mode 100644 index 0000000000..123475e53f --- /dev/null +++ b/testing/web-platform/meta/css/css-page/parsing/page-valid.html.ini @@ -0,0 +1,3 @@ +[page-valid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-page/pseudo-first-margin-001-print.html.ini b/testing/web-platform/meta/css/css-page/pseudo-first-margin-001-print.html.ini new file mode 100644 index 0000000000..6dff1820d5 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/pseudo-first-margin-001-print.html.ini @@ -0,0 +1,2 @@ +[pseudo-first-margin-001-print.html] + fuzzy: maxDifference=0-20;totalPixels=0-60 diff --git a/testing/web-platform/meta/css/css-page/pseudo-first-margin-002-print.html.ini b/testing/web-platform/meta/css/css-page/pseudo-first-margin-002-print.html.ini new file mode 100644 index 0000000000..32e658b78b --- /dev/null +++ b/testing/web-platform/meta/css/css-page/pseudo-first-margin-002-print.html.ini @@ -0,0 +1,2 @@ +[pseudo-first-margin-002-print.html] + fuzzy: maxDifference=0-20;totalPixels=0-60 diff --git a/testing/web-platform/meta/css/css-page/pseudo-first-margin-003-print.html.ini b/testing/web-platform/meta/css/css-page/pseudo-first-margin-003-print.html.ini new file mode 100644 index 0000000000..c74e044f50 --- /dev/null +++ b/testing/web-platform/meta/css/css-page/pseudo-first-margin-003-print.html.ini @@ -0,0 +1,2 @@ +[pseudo-first-margin-003-print.html] + fuzzy: maxDifference=0-20;totalPixels=0-60 -- cgit v1.2.3