From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- .../web-platform/meta/css/css-content/__dir__.ini | 1 + .../css-content/parsing/content-computed.html.ini | 58 ------ .../css/css-content/parsing/content-valid.html.ini | 207 --------------------- 3 files changed, 1 insertion(+), 265 deletions(-) create mode 100644 testing/web-platform/meta/css/css-content/__dir__.ini delete mode 100644 testing/web-platform/meta/css/css-content/parsing/content-computed.html.ini delete mode 100644 testing/web-platform/meta/css/css-content/parsing/content-valid.html.ini (limited to 'testing/web-platform/meta/css/css-content') diff --git a/testing/web-platform/meta/css/css-content/__dir__.ini b/testing/web-platform/meta/css/css-content/__dir__.ini new file mode 100644 index 0000000000..c555ceb450 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/__dir__.ini @@ -0,0 +1 @@ +prefs: [layout.css.content.alt-text.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/parsing/content-computed.html.ini b/testing/web-platform/meta/css/css-content/parsing/content-computed.html.ini deleted file mode 100644 index 4e09f39cd9..0000000000 --- a/testing/web-platform/meta/css/css-content/parsing/content-computed.html.ini +++ /dev/null @@ -1,58 +0,0 @@ -[content-computed.html] - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1281158 - [Property content value 'open-quote / "alt text"'] - expected: FAIL - - [Property content value 'close-quote / "alt text"'] - expected: FAIL - - [Property content value 'no-open-quote / "alt text"'] - expected: FAIL - - [Property content value 'no-close-quote / "alt text"'] - expected: FAIL - - [Property content value 'counter(counter-name) / "alt text"'] - expected: FAIL - - [Property content value 'counter(counter-name, counter-style) / "alt text"'] - expected: FAIL - - [Property content value 'counter(counter-name, dECiMaL) / "alt text"'] - expected: FAIL - - [Property content value 'counter(counter-name, DECIMAL) / "alt text"'] - expected: FAIL - - [Property content value 'counters(counter-name, ".") / "alt text"'] - expected: FAIL - - [Property content value 'counters(counter-name, ".", counter-style) / "alt text"'] - expected: FAIL - - [Property content value 'counters(counter-name, ".", dECiMaL) / "alt text"'] - expected: FAIL - - [Property content value 'counters(counter-name, ".", DECIMAL) / "alt text"'] - expected: FAIL - - [Property content value 'url("https://www.example.com/picture.svg") / "alt text"'] - expected: FAIL - - [Property content value '"hello" / "alt text"'] - expected: FAIL - - [Property content value 'counter(counter-name) "potato" / "alt text"'] - expected: FAIL - - [Property content value 'counters(counter-name, ".") "potato" / "alt text"'] - expected: FAIL - - [Property content value '"(" counters(counter-name, ".", counter-style) ")" / "alt text"'] - expected: FAIL - - [Property content value 'open-quote "hello" "world" close-quote / "alt text"'] - expected: FAIL - - [Property content value 'url("https://www.example.com/picture.svg") "hello" / "alt text"'] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-content/parsing/content-valid.html.ini b/testing/web-platform/meta/css/css-content/parsing/content-valid.html.ini deleted file mode 100644 index c8cc95c8a2..0000000000 --- a/testing/web-platform/meta/css/css-content/parsing/content-valid.html.ini +++ /dev/null @@ -1,207 +0,0 @@ -[content-valid.html] - [e.style['content'\] = "open-quote / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "open-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "open-quote / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "close-quote / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "close-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "close-quote / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "no-open-quote / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "no-open-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "no-open-quote / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "no-close-quote / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "no-close-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "no-close-quote / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "attr(alt) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "attr(alt) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "attr(alt) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "attr(data-foo) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "attr(data-foo) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "attr(data-foo) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, counter-style) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, counter-style) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, counter-style) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, dECiMaL) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, dECiMaL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, dECiMaL) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, DECIMAL) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, DECIMAL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name, DECIMAL) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\") / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\") / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\") / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", counter-style) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", counter-style) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", counter-style) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", dECiMaL) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", dECiMaL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", dECiMaL) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", DECIMAL) / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", DECIMAL) / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\", DECIMAL) / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" \\"world\\" / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" \\"world\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" \\"world\\" / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" attr(alt) \\"world\\" / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" attr(alt) \\"world\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"hello\\" attr(alt) \\"world\\" / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name) \\"potato\\" / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name) \\"potato\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counter(counter-name) \\"potato\\" / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\") \\"potato\\" / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\") \\"potato\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "counters(counter-name, \\".\\") \\"potato\\" / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"(\\" counters(counter-name, \\".\\", counter-style) \\")\\" / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"(\\" counters(counter-name, \\".\\", counter-style) \\")\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "\\"(\\" counters(counter-name, \\".\\", counter-style) \\")\\" / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "open-quote \\"hello\\" \\"world\\" close-quote / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "open-quote \\"hello\\" \\"world\\" close-quote / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "open-quote \\"hello\\" \\"world\\" close-quote / attr(foo)" should set the property value] - expected: FAIL - - [e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") \\"hello\\" / \\"alt text\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") \\"hello\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value] - expected: FAIL - - [e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") \\"hello\\" / attr(foo)" should set the property value] - expected: FAIL -- cgit v1.2.3