From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../counter-style-at-rule/descriptor-pad.html.ini | 3 +++ .../descriptor-prefix-invalid.html.ini | 3 +++ .../counter-style-at-rule/descriptor-prefix.html.ini | 4 ++++ .../counter-style-at-rule/descriptor-range.html.ini | 4 ++++ .../descriptor-suffix-invalid.html.ini | 4 ++++ .../counter-style-at-rule/disclosure-styles.html.ini | 5 +++++ .../fallbacks-in-shadow-dom.html.ini | 2 ++ .../override-in-shadow-dom.html.ini | 2 ++ .../counter-style-at-rule/pad-syntax.html.ini | 3 +++ .../prefix-suffix-syntax.html.ini | 20 ++++++++++++++++++++ .../counter-style-at-rule/range-syntax.html.ini | 3 +++ .../redefine-attr-mapping.html.ini | 3 +++ .../counter-style-at-rule/speak-as-syntax.html.ini | 5 +++++ .../counter-style-at-rule/symbols-syntax.html.ini | 5 +++++ .../counter-style-at-rule/system-additive.html.ini | 4 ++++ .../counter-style-at-rule/system-alphabetic.html.ini | 4 ++++ .../counter-style-at-rule/system-extends.html.ini | 4 ++++ .../counter-style-at-rule/system-fixed.html.ini | 3 +++ .../counter-style-at-rule/system-symbolic.html.ini | 4 ++++ .../counter-style-at-rule/system-syntax.html.ini | 3 +++ 20 files changed, 88 insertions(+) create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini create mode 100644 testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini (limited to 'testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule') diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini new file mode 100644 index 0000000000..c0d73ec780 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini @@ -0,0 +1,3 @@ +[descriptor-pad.html] + expected: + if (os == "win") and debug: [PASS, ERROR, CRASH] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini new file mode 100644 index 0000000000..73459820dd --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini @@ -0,0 +1,3 @@ +[descriptor-prefix-invalid.html] + expected: + if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, ERROR, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini new file mode 100644 index 0000000000..379587a938 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini @@ -0,0 +1,4 @@ +[descriptor-prefix.html] + expected: + if debug: PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini new file mode 100644 index 0000000000..eecc168c33 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini @@ -0,0 +1,4 @@ +[descriptor-range.html] + expected: + if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, ERROR, CRASH] + if (os == "win") and swgl: [PASS, ERROR, CRASH] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini new file mode 100644 index 0000000000..d42b3d4bd7 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini @@ -0,0 +1,4 @@ +[descriptor-suffix-invalid.html] + expected: + if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, ERROR, TIMEOUT] + if (os == "win") and swgl: [PASS, ERROR, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini new file mode 100644 index 0000000000..45774c8138 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini @@ -0,0 +1,5 @@ +[disclosure-styles.html] + expected: + if (os == "android") and debug and swgl: [FAIL, PASS] + if (os == "android") and debug and not swgl: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini new file mode 100644 index 0000000000..90d3c554a7 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini @@ -0,0 +1,2 @@ +[fallbacks-in-shadow-dom.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini new file mode 100644 index 0000000000..e028759a5f --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini @@ -0,0 +1,2 @@ +[override-in-shadow-dom.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini new file mode 100644 index 0000000000..6bb448d7d6 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini @@ -0,0 +1,3 @@ +[pad-syntax.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini new file mode 100644 index 0000000000..65db4d5cc4 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini @@ -0,0 +1,20 @@ +[prefix-suffix-syntax.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [@counter-style 'prefix: url("https://example.com/foo.png")' is valid] + expected: FAIL + + [@counter-style 'suffix: url("https://example.com/foo.png")' is valid] + expected: FAIL + + [@counter-style 'prefix: url(https://example.com/foo.png)' is valid] + expected: FAIL + + [@counter-style 'suffix: url(https://example.com/foo.png)' is valid] + expected: FAIL + + [@counter-style 'prefix: linear-gradient(yellow, blue)' is valid] + expected: FAIL + + [@counter-style 'suffix: linear-gradient(yellow, blue)' is valid] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini new file mode 100644 index 0000000000..d0541f20fb --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini @@ -0,0 +1,3 @@ +[range-syntax.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini new file mode 100644 index 0000000000..8e3499ca1f --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini @@ -0,0 +1,3 @@ +[redefine-attr-mapping.html] + expected: + if (os == "android") and swgl: [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini new file mode 100644 index 0000000000..61e5d2a863 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini @@ -0,0 +1,5 @@ +[speak-as-syntax.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [@counter-style 'speak-as: spell-out' is valid] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini new file mode 100644 index 0000000000..01a1d4fe2d --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini @@ -0,0 +1,5 @@ +[symbols-syntax.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [@counter-style 'symbols: ident "X" url("foo.jpg")' is valid] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini new file mode 100644 index 0000000000..4d98107633 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini @@ -0,0 +1,4 @@ +[system-additive.html] + expected: + if debug: PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini new file mode 100644 index 0000000000..4866b04b90 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini @@ -0,0 +1,4 @@ +[system-alphabetic.html] + expected: + if debug: PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini new file mode 100644 index 0000000000..c1ab017f57 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini @@ -0,0 +1,4 @@ +[system-extends.html] + expected: + if debug: PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini new file mode 100644 index 0000000000..fc403a190d --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini @@ -0,0 +1,3 @@ +[system-fixed.html] + expected: + if (os == "android") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini new file mode 100644 index 0000000000..03d161cad4 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini @@ -0,0 +1,4 @@ +[system-symbolic.html] + expected: + if debug: PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini new file mode 100644 index 0000000000..6e915b30c9 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini @@ -0,0 +1,3 @@ +[system-syntax.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3