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 --- .../css/css-content/content-none-details.html.ini | 2 + .../css/css-content/content-none-fieldset.html.ini | 4 + .../css/css-content/content-none-math.html.ini | 2 + .../css/css-content/content-none-option.html.ini | 2 + .../css-content/content-none-root-block.html.ini | 2 + .../css-content/content-none-root-columns.html.ini | 2 + .../css-content/content-none-root-flex.html.ini | 2 + .../css-content/content-none-root-grid.html.ini | 2 + .../css-content/content-none-root-ruby.html.ini | 2 + .../css-content/content-none-root-table.html.ini | 2 + .../css/css-content/content-none-select-1.html.ini | 2 + .../css/css-content/content-none-select-2.html.ini | 2 + .../css-content/content-none-span-dynamic.html.ini | 2 + .../css/css-content/content-none-span.html.ini | 2 + .../css/css-content/content-none-table.html.ini | 2 + ...lacement-on-replaced-element.tentative.html.ini | 2 + .../meta/css/css-content/inheritance.html.ini | 13 ++ .../css-content/parsing/content-computed.html.ini | 58 ++++++ .../css/css-content/parsing/content-valid.html.ini | 207 +++++++++++++++++++++ .../meta/css/css-content/quotes-001.html.ini | 3 + .../meta/css/css-content/quotes-016.html.ini | 3 + .../meta/css/css-content/quotes-034.html.ini | 3 + .../css-content/quotes-first-letter-003.html.ini | 2 + .../css-content/quotes-first-letter-004.html.ini | 2 + 24 files changed, 325 insertions(+) create mode 100644 testing/web-platform/meta/css/css-content/content-none-details.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-fieldset.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-math.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-option.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-root-block.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-root-columns.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-root-flex.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-root-grid.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-root-ruby.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-root-table.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-select-1.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-select-2.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-span-dynamic.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-span.html.ini create mode 100644 testing/web-platform/meta/css/css-content/content-none-table.html.ini create mode 100644 testing/web-platform/meta/css/css-content/element-replacement-on-replaced-element.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-content/inheritance.html.ini create mode 100644 testing/web-platform/meta/css/css-content/parsing/content-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-content/parsing/content-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-content/quotes-001.html.ini create mode 100644 testing/web-platform/meta/css/css-content/quotes-016.html.ini create mode 100644 testing/web-platform/meta/css/css-content/quotes-034.html.ini create mode 100644 testing/web-platform/meta/css/css-content/quotes-first-letter-003.html.ini create mode 100644 testing/web-platform/meta/css/css-content/quotes-first-letter-004.html.ini (limited to 'testing/web-platform/meta/css/css-content') diff --git a/testing/web-platform/meta/css/css-content/content-none-details.html.ini b/testing/web-platform/meta/css/css-content/content-none-details.html.ini new file mode 100644 index 0000000000..d4a0a55af1 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-details.html.ini @@ -0,0 +1,2 @@ +[content-none-details.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-fieldset.html.ini b/testing/web-platform/meta/css/css-content/content-none-fieldset.html.ini new file mode 100644 index 0000000000..70f534034e --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-fieldset.html.ini @@ -0,0 +1,4 @@ +[content-none-fieldset.html] + prefs: [layout.css.element-content-none.enabled:true] + fuzzy: # anti-aliasing color differences inside scrollbars + maxDifference=0-4;totalPixels=0-200 diff --git a/testing/web-platform/meta/css/css-content/content-none-math.html.ini b/testing/web-platform/meta/css/css-content/content-none-math.html.ini new file mode 100644 index 0000000000..1a3571c507 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-math.html.ini @@ -0,0 +1,2 @@ +[content-none-math.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-option.html.ini b/testing/web-platform/meta/css/css-content/content-none-option.html.ini new file mode 100644 index 0000000000..37346a98fd --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-option.html.ini @@ -0,0 +1,2 @@ +[content-none-option.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-root-block.html.ini b/testing/web-platform/meta/css/css-content/content-none-root-block.html.ini new file mode 100644 index 0000000000..e3c9739d36 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-root-block.html.ini @@ -0,0 +1,2 @@ +[content-none-root-block.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-root-columns.html.ini b/testing/web-platform/meta/css/css-content/content-none-root-columns.html.ini new file mode 100644 index 0000000000..970fe8b523 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-root-columns.html.ini @@ -0,0 +1,2 @@ +[content-none-root-columns.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-root-flex.html.ini b/testing/web-platform/meta/css/css-content/content-none-root-flex.html.ini new file mode 100644 index 0000000000..38688bd9ec --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-root-flex.html.ini @@ -0,0 +1,2 @@ +[content-none-root-flex.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-root-grid.html.ini b/testing/web-platform/meta/css/css-content/content-none-root-grid.html.ini new file mode 100644 index 0000000000..23442566bd --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-root-grid.html.ini @@ -0,0 +1,2 @@ +[content-none-root-grid.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-root-ruby.html.ini b/testing/web-platform/meta/css/css-content/content-none-root-ruby.html.ini new file mode 100644 index 0000000000..750cef9a86 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-root-ruby.html.ini @@ -0,0 +1,2 @@ +[content-none-root-ruby.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-root-table.html.ini b/testing/web-platform/meta/css/css-content/content-none-root-table.html.ini new file mode 100644 index 0000000000..c215f93283 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-root-table.html.ini @@ -0,0 +1,2 @@ +[content-none-root-table.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-select-1.html.ini b/testing/web-platform/meta/css/css-content/content-none-select-1.html.ini new file mode 100644 index 0000000000..8bc2a13a9e --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-select-1.html.ini @@ -0,0 +1,2 @@ +[content-none-select-1.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-select-2.html.ini b/testing/web-platform/meta/css/css-content/content-none-select-2.html.ini new file mode 100644 index 0000000000..2ddd2fbd1b --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-select-2.html.ini @@ -0,0 +1,2 @@ +[content-none-select-2.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-span-dynamic.html.ini b/testing/web-platform/meta/css/css-content/content-none-span-dynamic.html.ini new file mode 100644 index 0000000000..34b6731823 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-span-dynamic.html.ini @@ -0,0 +1,2 @@ +[content-none-span-dynamic.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-span.html.ini b/testing/web-platform/meta/css/css-content/content-none-span.html.ini new file mode 100644 index 0000000000..e3e7dbb4d4 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-span.html.ini @@ -0,0 +1,2 @@ +[content-none-span.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/content-none-table.html.ini b/testing/web-platform/meta/css/css-content/content-none-table.html.ini new file mode 100644 index 0000000000..15e335f88c --- /dev/null +++ b/testing/web-platform/meta/css/css-content/content-none-table.html.ini @@ -0,0 +1,2 @@ +[content-none-table.html] + prefs: [layout.css.element-content-none.enabled:true] diff --git a/testing/web-platform/meta/css/css-content/element-replacement-on-replaced-element.tentative.html.ini b/testing/web-platform/meta/css/css-content/element-replacement-on-replaced-element.tentative.html.ini new file mode 100644 index 0000000000..7bd1c2d416 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/element-replacement-on-replaced-element.tentative.html.ini @@ -0,0 +1,2 @@ +[element-replacement-on-replaced-element.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-content/inheritance.html.ini b/testing/web-platform/meta/css/css-content/inheritance.html.ini new file mode 100644 index 0000000000..9e134ed4f3 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/inheritance.html.ini @@ -0,0 +1,13 @@ +[inheritance.html] + [Property bookmark-state does not inherit] + expected: FAIL + + [Property bookmark-state has initial value open] + expected: FAIL + + [Property bookmark-level has initial value none] + expected: FAIL + + [Property bookmark-level does not inherit] + expected: FAIL + 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 new file mode 100644 index 0000000000..4e09f39cd9 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/parsing/content-computed.html.ini @@ -0,0 +1,58 @@ +[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 new file mode 100644 index 0000000000..c8cc95c8a2 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/parsing/content-valid.html.ini @@ -0,0 +1,207 @@ +[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 diff --git a/testing/web-platform/meta/css/css-content/quotes-001.html.ini b/testing/web-platform/meta/css/css-content/quotes-001.html.ini new file mode 100644 index 0000000000..9acddf300c --- /dev/null +++ b/testing/web-platform/meta/css/css-content/quotes-001.html.ini @@ -0,0 +1,3 @@ +[quotes-001.html] + expected: + if (processor == "x86") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/css-content/quotes-016.html.ini b/testing/web-platform/meta/css/css-content/quotes-016.html.ini new file mode 100644 index 0000000000..c980117079 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/quotes-016.html.ini @@ -0,0 +1,3 @@ +[quotes-016.html] + expected: + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/css-content/quotes-034.html.ini b/testing/web-platform/meta/css/css-content/quotes-034.html.ini new file mode 100644 index 0000000000..17173fe5ae --- /dev/null +++ b/testing/web-platform/meta/css/css-content/quotes-034.html.ini @@ -0,0 +1,3 @@ +[quotes-034.html] + expected: + if os == "linux": FAIL diff --git a/testing/web-platform/meta/css/css-content/quotes-first-letter-003.html.ini b/testing/web-platform/meta/css/css-content/quotes-first-letter-003.html.ini new file mode 100644 index 0000000000..0aa7222bd0 --- /dev/null +++ b/testing/web-platform/meta/css/css-content/quotes-first-letter-003.html.ini @@ -0,0 +1,2 @@ +[quotes-first-letter-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-content/quotes-first-letter-004.html.ini b/testing/web-platform/meta/css/css-content/quotes-first-letter-004.html.ini new file mode 100644 index 0000000000..25ab55b56c --- /dev/null +++ b/testing/web-platform/meta/css/css-content/quotes-first-letter-004.html.ini @@ -0,0 +1,2 @@ +[quotes-first-letter-004.html] + expected: FAIL -- cgit v1.2.3