From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../elements-in-the-dom/historical.html.ini | 3 +++ .../elements-in-the-dom/unknown-element.html.ini | 3 +++ .../global-attributes/data_unicode_attr.html.ini | 3 +++ .../dataset-binding.window.js.ini | 3 +++ .../global-attributes/dataset-delete.html.ini | 3 +++ .../global-attributes/dataset-enumeration.html.ini | 3 +++ .../global-attributes/dataset-get.html.ini | 3 +++ .../global-attributes/dataset-prototype.html.ini | 3 +++ .../global-attributes/dataset-set.html.ini | 3 +++ .../elements/global-attributes/dataset.html.ini | 3 +++ .../dir-auto-div-append-child.html.ini | 3 +++ .../global-attributes/dir-bdi-script.html.ini | 3 +++ .../dir-slots-directionality.tentative.html.ini | 5 +++++ .../global-attributes/dir_auto-N-EN-ref.html.ini | 2 ++ .../global-attributes/dir_auto-N-EN.html.ini | 2 ++ .../dir_auto-textarea-script-N-EN.html.ini | 4 ++++ .../dir_auto-textarea-script-N-between-Rs.html.ini | 2 ++ .../dir_auto-textarea-script-mixed.html.ini | 3 +++ .../global-attributes/document-dir.html.ini | 3 +++ .../global-attributes/id-attribute.html.ini | 3 +++ .../global-attributes/id-name-specialcase.html.ini | 3 +++ .../elements/global-attributes/id-name.html.ini | 3 +++ .../mapped-attribute-adopt-001.html.ini | 3 +++ .../the-anchor-attribute-001.tentative.html.ini | 6 +++++ .../the-anchor-attribute-002.tentative.html.ini | 6 +++++ .../the-lang-attribute-001.html.ini | 3 +++ .../the-lang-attribute-002.html.ini | 3 +++ .../the-lang-attribute-003.html.ini | 3 +++ .../the-lang-attribute-004.html.ini | 3 +++ .../the-lang-attribute-005.html.ini | 3 +++ .../the-lang-attribute-006.html.ini | 3 +++ .../the-lang-attribute-007.html.ini | 3 +++ .../the-lang-attribute-008.html.ini | 3 +++ .../the-lang-attribute-009.html.ini | 3 +++ .../the-lang-attribute-010.html.ini | 3 +++ .../translate-non-html-translation-mode.html.ini | 18 +++++++++++++++ .../images/bypass-cache-revalidation.html.ini | 4 ++++ .../name-content-attribute-and-property.html.ini | 3 +++ .../dir-isolation-001a.html.ini | 3 +++ .../dir-isolation-002a.html.ini | 3 +++ .../dir-isolation-002b.html.ini | 3 +++ .../dir-isolation-002c.html.ini | 3 +++ .../dir-isolation-006a.html.ini | 3 +++ .../dir-isolation-006b.html.ini | 3 +++ .../dir-isolation-006c.html.ini | 3 +++ .../dir-isolation-009a.html.ini | 3 +++ .../dir-isolation-009b.html.ini | 3 +++ .../dir-isolation-009c.html.ini | 3 +++ .../dynamic-getter.html.ini | 3 +++ .../getter-first-letter-marker-multicol.html.ini | 3 +++ .../getter.html.ini | 26 ++++++++++++++++++++++ .../innertext-setter.html.ini | 3 +++ .../multiple-text-nodes.window.js.ini | 3 +++ .../outertext-setter.html.ini | 3 +++ 54 files changed, 207 insertions(+) create mode 100644 testing/web-platform/meta/html/dom/elements/elements-in-the-dom/historical.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/elements-in-the-dom/unknown-element.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/data_unicode_attr.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dataset-binding.window.js.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dataset-delete.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dataset-enumeration.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dataset-get.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dataset-prototype.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dataset-set.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dataset.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN-ref.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/document-dir.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/id-attribute.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/id-name-specialcase.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/id-name.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/mapped-attribute-adopt-001.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-001.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-002.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-003.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-004.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-005.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-006.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-007.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-008.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-009.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-010.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/global-attributes/translate-non-html-translation-mode.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/name-content-attribute-and-property.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002a.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002b.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002c.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006a.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006b.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009a.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009b.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009c.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/getter-first-letter-marker-multicol.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/innertext-setter.html.ini create mode 100644 testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/multiple-text-nodes.window.js.ini create mode 100644 testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/outertext-setter.html.ini (limited to 'testing/web-platform/meta/html/dom/elements') diff --git a/testing/web-platform/meta/html/dom/elements/elements-in-the-dom/historical.html.ini b/testing/web-platform/meta/html/dom/elements/elements-in-the-dom/historical.html.ini new file mode 100644 index 0000000000..ecfd4d87c0 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/elements-in-the-dom/historical.html.ini @@ -0,0 +1,3 @@ +[historical.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/elements-in-the-dom/unknown-element.html.ini b/testing/web-platform/meta/html/dom/elements/elements-in-the-dom/unknown-element.html.ini new file mode 100644 index 0000000000..ffcb451eb7 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/elements-in-the-dom/unknown-element.html.ini @@ -0,0 +1,3 @@ +[unknown-element.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/data_unicode_attr.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/data_unicode_attr.html.ini new file mode 100644 index 0000000000..f39b5fc0d9 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/data_unicode_attr.html.ini @@ -0,0 +1,3 @@ +[data_unicode_attr.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-binding.window.js.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-binding.window.js.ini new file mode 100644 index 0000000000..8af0489f08 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-binding.window.js.ini @@ -0,0 +1,3 @@ +[dataset-binding.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-delete.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-delete.html.ini new file mode 100644 index 0000000000..40d3ebed17 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-delete.html.ini @@ -0,0 +1,3 @@ +[dataset-delete.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-enumeration.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-enumeration.html.ini new file mode 100644 index 0000000000..9b3af25b5d --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-enumeration.html.ini @@ -0,0 +1,3 @@ +[dataset-enumeration.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-get.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-get.html.ini new file mode 100644 index 0000000000..0efc6be038 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-get.html.ini @@ -0,0 +1,3 @@ +[dataset-get.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-prototype.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-prototype.html.ini new file mode 100644 index 0000000000..2a50417730 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-prototype.html.ini @@ -0,0 +1,3 @@ +[dataset-prototype.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-set.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-set.html.ini new file mode 100644 index 0000000000..210b4af252 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset-set.html.ini @@ -0,0 +1,3 @@ +[dataset-set.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dataset.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset.html.ini new file mode 100644 index 0000000000..db258d22e7 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dataset.html.ini @@ -0,0 +1,3 @@ +[dataset.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini new file mode 100644 index 0000000000..c04fbb9bfa --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir-auto-div-append-child.html.ini @@ -0,0 +1,3 @@ +[dir-auto-div-append-child.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini new file mode 100644 index 0000000000..c285938828 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir-bdi-script.html.ini @@ -0,0 +1,3 @@ +[dir-bdi-script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini new file mode 100644 index 0000000000..d358f532e8 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir-slots-directionality.tentative.html.ini @@ -0,0 +1,5 @@ +[dir-slots-directionality.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Slots: Directionality] + expected: FAIL diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN-ref.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN-ref.html.ini new file mode 100644 index 0000000000..06e83f20b8 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN-ref.html.ini @@ -0,0 +1,2 @@ +[dir_auto-N-EN-ref.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN.html.ini new file mode 100644 index 0000000000..5ec33323ae --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-N-EN.html.ini @@ -0,0 +1,2 @@ +[dir_auto-N-EN.html] + restart-after: true diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html.ini new file mode 100644 index 0000000000..68148f3126 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html.ini @@ -0,0 +1,4 @@ +[dir_auto-textarea-script-N-EN.html] + disabled: + if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1513637 + restart-after: true diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html.ini new file mode 100644 index 0000000000..1c91d948d6 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html.ini @@ -0,0 +1,2 @@ +[dir_auto-textarea-script-N-between-Rs.html] + restart-after: true diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html.ini new file mode 100644 index 0000000000..dadd9b172a --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html.ini @@ -0,0 +1,3 @@ +[dir_auto-textarea-script-mixed.html] + disabled: + if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1512079 diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/document-dir.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/document-dir.html.ini new file mode 100644 index 0000000000..62efc9dc48 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/document-dir.html.ini @@ -0,0 +1,3 @@ +[document-dir.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/id-attribute.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/id-attribute.html.ini new file mode 100644 index 0000000000..4b5ba0e2d9 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/id-attribute.html.ini @@ -0,0 +1,3 @@ +[id-attribute.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/id-name-specialcase.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/id-name-specialcase.html.ini new file mode 100644 index 0000000000..b5ee69f171 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/id-name-specialcase.html.ini @@ -0,0 +1,3 @@ +[id-name-specialcase.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/id-name.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/id-name.html.ini new file mode 100644 index 0000000000..0b8e863b40 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/id-name.html.ini @@ -0,0 +1,3 @@ +[id-name.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/mapped-attribute-adopt-001.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/mapped-attribute-adopt-001.html.ini new file mode 100644 index 0000000000..f33b03d9d9 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/mapped-attribute-adopt-001.html.ini @@ -0,0 +1,3 @@ +[mapped-attribute-adopt-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html.ini new file mode 100644 index 0000000000..c6d237ad78 --- /dev/null +++ b/testing/web-platform/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/testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini new file mode 100644 index 0000000000..d8b0639bfd --- /dev/null +++ b/testing/web-platform/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/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-001.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-001.html.ini new file mode 100644 index 0000000000..ccb5037914 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-001.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-002.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-002.html.ini new file mode 100644 index 0000000000..d3b26c8c32 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-002.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-003.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-003.html.ini new file mode 100644 index 0000000000..30a32154b4 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-003.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-004.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-004.html.ini new file mode 100644 index 0000000000..ff5e88d41f --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-004.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-004.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-005.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-005.html.ini new file mode 100644 index 0000000000..4369e01fde --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-005.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-005.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-006.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-006.html.ini new file mode 100644 index 0000000000..a9f25ba7fe --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-006.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-006.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-007.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-007.html.ini new file mode 100644 index 0000000000..7e7d26a46a --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-007.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-007.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-008.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-008.html.ini new file mode 100644 index 0000000000..fcf9e128a7 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-008.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-008.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-009.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-009.html.ini new file mode 100644 index 0000000000..8d098bf152 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-009.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-009.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-010.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-010.html.ini new file mode 100644 index 0000000000..edd1ba0da9 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/the-lang-attribute-010.html.ini @@ -0,0 +1,3 @@ +[the-lang-attribute-010.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/translate-non-html-translation-mode.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/translate-non-html-translation-mode.html.ini new file mode 100644 index 0000000000..024d4a5efd --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/global-attributes/translate-non-html-translation-mode.html.ini @@ -0,0 +1,18 @@ +[translate-non-html-translation-mode.html] + [Non-HTML elements default to translate-enabled] + expected: + if not debug and (os == "android"): [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + + [Non-HTML elements inherit their parent's translation-enabled state] + expected: + if not debug and (os == "android"): [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + + [Non-HTML elements inherit their parent's no-translation state] + expected: + if not debug and (os == "android"): [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini b/testing/web-platform/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini new file mode 100644 index 0000000000..a3aed5a4d4 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini @@ -0,0 +1,4 @@ +[bypass-cache-revalidation.html] + expected: + if swgl and (os == "linux") and not fission: [OK, CRASH] + if swgl and (os == "linux") and fission: [OK, CRASH] diff --git a/testing/web-platform/meta/html/dom/elements/name-content-attribute-and-property.html.ini b/testing/web-platform/meta/html/dom/elements/name-content-attribute-and-property.html.ini new file mode 100644 index 0000000000..afbaac53d4 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/name-content-attribute-and-property.html.ini @@ -0,0 +1,3 @@ +[name-content-attribute-and-property.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html.ini new file mode 100644 index 0000000000..7ea709d58c --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-001a.html] + expected: + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002a.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002a.html.ini new file mode 100644 index 0000000000..a88ede6f67 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002a.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-002a.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002b.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002b.html.ini new file mode 100644 index 0000000000..86b69e1675 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002b.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-002b.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002c.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002c.html.ini new file mode 100644 index 0000000000..936bc553a7 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002c.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-002c.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006a.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006a.html.ini new file mode 100644 index 0000000000..df717e1236 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006a.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-006a.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006b.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006b.html.ini new file mode 100644 index 0000000000..bf8069ac2a --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006b.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-006b.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html.ini new file mode 100644 index 0000000000..998d9eb54c --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-006c.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009a.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009a.html.ini new file mode 100644 index 0000000000..f7ff2fb5fc --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009a.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-009a.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009b.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009b.html.ini new file mode 100644 index 0000000000..38b7878067 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009b.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-009b.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009c.html.ini b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009c.html.ini new file mode 100644 index 0000000000..5c2f310e23 --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009c.html.ini @@ -0,0 +1,3 @@ +[dir-isolation-009c.html] + disabled: + if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1302225 diff --git a/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini b/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini new file mode 100644 index 0000000000..847e0a7c8f --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/dynamic-getter.html.ini @@ -0,0 +1,3 @@ +[dynamic-getter.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/getter-first-letter-marker-multicol.html.ini b/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/getter-first-letter-marker-multicol.html.ini new file mode 100644 index 0000000000..70973168a9 --- /dev/null +++ b/testing/web-platform/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] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini b/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini new file mode 100644 index 0000000000..8c9a0c2d9d --- /dev/null +++ b/testing/web-platform/meta/html/dom/elements/the-innertext-and-outertext-properties/getter.html.ini @@ -0,0 +1,26 @@ +[getter.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [