From f4578afdfe281db7d065a578782243248640aab5 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Thu, 22 Jun 2023 14:35:02 +0200 Subject: Rename metadata directories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta` --- .../dir-auto-div-append-child.html.ini | 3 + .../global-attributes/dir-bdi-script.html.ini | 3 + .../dir-slots-directionality.tentative.html.ini | 2 + .../the-anchor-attribute-001.tentative.html.ini | 6 + .../the-anchor-attribute-002.tentative.html.ini | 6 + .../translate-inherit-no-parent-element.html.ini | 6 + .../images/bypass-cache-revalidation.html.ini | 4 + .../dynamic-getter.html.ini | 21 + .../getter-first-letter-marker-multicol.html.ini | 3 + .../getter.html.ini | 762 +++++++++++++++++++++ .../multiple-text-nodes.window.js.ini | 3 + .../outertext-setter.html.ini | 123 ++++ .../the-innertext-idl-attribute/getter.html.ini | 304 ++++++++ 13 files changed, 1246 insertions(+) create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/translate-inherit-no-parent-element.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter-first-letter-marker-multicol.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/multiple-text-nodes.window.js.ini create mode 100644 tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/outertext-setter.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/the-innertext-idl-attribute/getter.html.ini (limited to 'tests/wpt/meta/html/dom/elements') diff --git a/tests/wpt/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini b/tests/wpt/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini new file mode 100644 index 00000000000..b38194e34df --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini @@ -0,0 +1,3 @@ +[dir-auto-div-append-child.html] + [dir auto: updates on appendChild] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini b/tests/wpt/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini new file mode 100644 index 00000000000..2eb43d8e1db --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini @@ -0,0 +1,3 @@ +[dir-bdi-script.html] + [BDI test: Directionality] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini b/tests/wpt/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini new file mode 100644 index 00000000000..9c605ab4702 --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini @@ -0,0 +1,2 @@ +[dir-slots-directionality.tentative.html] + expected: ERROR diff --git a/tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html.ini b/tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html.ini new file mode 100644 index 00000000000..c6d237ad786 --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html.ini @@ -0,0 +1,6 @@ +[the-anchor-attribute-001.tentative.html] + [The anchor attribute should position the target element next to its implicit anchor] + expected: FAIL + + [The element.anchorElement IDL should reflect the element pointed to by the anchor attribute] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini b/tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini new file mode 100644 index 00000000000..d8b0639bfd1 --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini @@ -0,0 +1,6 @@ +[the-anchor-attribute-002.tentative.html] + [Layout should be updated when anchor attribute changes to another element] + expected: FAIL + + [Layout should be updated when anchor attribute changes to a non-existent element] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/elements/global-attributes/translate-inherit-no-parent-element.html.ini b/tests/wpt/meta/html/dom/elements/global-attributes/translate-inherit-no-parent-element.html.ini new file mode 100644 index 00000000000..42f3ddcbbbd --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/global-attributes/translate-inherit-no-parent-element.html.ini @@ -0,0 +1,6 @@ +[translate-inherit-no-parent-element.html] + [ShadowRoot parent node whose shadow host has translate=yes] + expected: FAIL + + [ShadowRoot parent node whose shadow host has translate=no] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini b/tests/wpt/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini new file mode 100644 index 00000000000..6c43c977094 --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini @@ -0,0 +1,4 @@ +[bypass-cache-revalidation.html] + [Images can bypass no-cache] + expected: FAIL + diff --git a/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini b/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini new file mode 100644 index 00000000000..d9f2ab4f99d --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini @@ -0,0 +1,21 @@ +[dynamic-getter.html] + [text-transform applied to child element ("
abc")] + expected: FAIL + + [text-transform applied to parent element ("
abc")] + expected: FAIL + + [display: none applied to child element ("
abc
def")] + expected: FAIL + + [display: none applied to parent element ("
invisible
abc")] + expected: FAIL + + [insert node into sub-tree ("
abc")] + expected: FAIL + + [remove node from sub-tree ("
abc
def")] + expected: FAIL + + [insert whole sub-tree ("
")] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter-first-letter-marker-multicol.html.ini b/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter-first-letter-marker-multicol.html.ini new file mode 100644 index 00000000000..72d703bb7f2 --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter-first-letter-marker-multicol.html.ini @@ -0,0 +1,3 @@ +[getter-first-letter-marker-multicol.html] + [Test innerText/outerText for a combination of a list item with ::first-letter in multicol] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini b/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini new file mode 100644 index 00000000000..bd08ee19299 --- /dev/null +++ b/tests/wpt/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini @@ -0,0 +1,762 @@ +[getter.html] + [Simplest possible test ("
abc")] + expected: FAIL + + [Leading whitespace removed ("
abc")] + expected: FAIL + + [Trailing whitespace removed ("
abc ")] + expected: FAIL + + [Internal whitespace compressed ("
abc def")] + expected: FAIL + + [\\n converted to space ("
abc\\ndef")] + expected: FAIL + + [\\r converted to space ("
abc\\rdef")] + expected: FAIL + + [\\t converted to space ("
abc\\tdef")] + expected: FAIL + + [Trailing whitespace before hard line break removed ("
abc
def")] + expected: FAIL + + [Leading whitespace after hard line break removed ("
abc
def")] + expected: FAIL + + [Leading whitespace preserved ("
 abc")]
+    expected: FAIL
+
+  [Trailing whitespace preserved ("
abc ")]
+    expected: FAIL
+
+  [Internal whitespace preserved ("
abc  def")]
+    expected: FAIL
+
+  [\\n preserved ("
abc\\ndef")]
+    expected: FAIL
+
+  [\\r converted to newline ("
abc\\rdef")]
+    expected: FAIL
+
+  [\\t preserved ("
abc\\tdef")]
+    expected: FAIL
+
+  [Two 
 siblings ("
abc
def
")] + expected: FAIL + + [Leading whitespace preserved ("
abc")] + expected: FAIL + + [Trailing whitespace preserved ("
abc ")] + expected: FAIL + + [Internal whitespace preserved ("
abc def")] + expected: FAIL + + [\\n preserved ("
abc\\ndef")] + expected: FAIL + + [\\r converted to newline ("
abc\\rdef")] + expected: FAIL + + [\\t preserved ("
abc\\tdef")] + expected: FAIL + + [Leading whitespace preserved (" abc")] + expected: FAIL + + [Trailing whitespace preserved ("abc ")] + expected: FAIL + + [Internal whitespace preserved ("abc def")] + expected: FAIL + + [\\n preserved ("abc\\ndef")] + expected: FAIL + + [\\r converted to newline ("abc\\rdef")] + expected: FAIL + + [\\t preserved ("abc\\tdef")] + expected: FAIL + + [Leading whitespace removed ("
abc")] + expected: FAIL + + [Trailing whitespace removed ("
abc ")] + expected: FAIL + + [Internal whitespace collapsed ("
abc def")] + expected: FAIL + + [\\n preserved ("
abc\\ndef")] + expected: FAIL + + [\\r converted to newline ("
abc\\rdef")] + expected: FAIL + + [\\t converted to space ("
abc\\tdef")] + expected: FAIL + + [Whitespace collapses across element boundaries ("
abc def")] + expected: FAIL + + [Whitespace collapses across element boundaries ("
abc def")] + expected: FAIL + + [Whitespace collapses across element boundaries ("
abc def")] + expected: FAIL + + [Whitespace around should not be collapsed ("
abc def")] + expected: FAIL + + [Whitespace around inline-block should not be collapsed ("
abc def")] + expected: FAIL + + [Trailing space at end of inline-block should be collapsed ("
abc def ghi")] + expected: FAIL + + [Whitespace between and block should be collapsed ("
abc
")] + expected: FAIL + + [Whitespace between inline-block and block should be collapsed ("
abc
")] + expected: FAIL + + [Whitespace around should not be collapsed ("
abc def")] + expected: FAIL + + [Whitespace around should not be collapsed ("
abc def")] + expected: FAIL + + [Leading whitesapce should not be collapsed ("
abc")] + expected: FAIL + + [Trailing whitesapce should not be collapsed ("
abc ")] + expected: FAIL + + [Whitespace around empty span should be collapsed ("
abc def")] + expected: FAIL + + [Whitespace around empty spans should be collapsed ("
abc def")] + expected: FAIL + + [ should not collapse following space ("
abc")] + expected: FAIL + + [Replaced element with display:block should be treated as block-level ("
abc def")] + expected: FAIL + + [Replaced element with display:block should be treated as block-level ("
abc def")] + expected: FAIL + + [Soft line breaks ignored ("
abc def")] + expected: FAIL + + [Soft line break at hyphen ignored ("
abc-def")] + expected: FAIL + + [Whitespace text node preserved ("
abc def")] + expected: FAIL + + [Soft breaks ignored in presence of word-break:break-word ("
Hello Kitty
")] + expected: FAIL + + [Element boundaries ignored for soft break handling (1) ("
Hello Kitty
")] + expected: FAIL + + [Whitespace collapses across element boundaries at soft break (1) ("
Hello Kitty
")] + expected: FAIL + + [Element boundaries ignored for soft break handling (2) ("
Hello Kitty
")] + expected: FAIL + + [Whitespace collapses across element boundaries at soft break (2) ("
Hello Kitty
")] + expected: FAIL + + [Element boundaries ignored for soft break handling (3) ("
Hello Kitty
")] + expected: FAIL + + [Whitespace collapses across element boundaries at soft break (3) ("
Hello Kitty
")] + expected: FAIL + + [Whitespace collapses across element boundaries at soft break (4) ("
Hello Kitty
")] + expected: FAIL + + [Element boundaries ignored for soft break handling (4) ("
Hello Kitty
")] + expected: FAIL + + [Element boundaries ignored for soft break handling (5) ("
Hello Kitty
")] + expected: FAIL + + [Soft breaks ignored, text-transform applied ("
Hello Kitty
")] + expected: FAIL + + [
returned as newline, following space collapsed ("
Hello
Kitty
")] + expected: FAIL + + [
returned as newline, preceding space collapsed ("
Hello
Kitty
")] + expected: FAIL + + [
returned as newline, adjacent spaces collapsed across element boundaries ("
Hello
Kitty
")] + expected: FAIL + + [::first-line styles applied ("
abc def")] + expected: FAIL + + [::first-letter styles applied ("
abc def")] + expected: FAIL + + [::first-letter float ignored ("
abc def")] + expected: FAIL + + [  preserved ("
 ")] + expected: FAIL + + [display:none container ("
abc")] + expected: FAIL + + [No whitespace compression in display:none container ("
abc def")] + expected: FAIL + + [No removal of leading/trailing whitespace in display:none container ("
abc def ")] + expected: FAIL + + [display:none child not rendered ("
123abc")] + expected: FAIL + + [display:none container with non-display-none target child ("
abc")] + expected: FAIL + + [non-display-none child of svg ("
abc")] + expected: FAIL + + [display:none child of svg ("