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 --- .../css-inline-style-interface.tentative.html.ini | 3 + .../mathml/relations/html5-tree/display-1.html.ini | 3 + .../html5-tree/dynamic-childlist-001.html.ini | 11 +++ .../html5-tree/dynamic-childlist-002.html.ini | 3 + .../relations/html5-tree/href-click-1.html.ini | 3 + .../relations/html5-tree/href-click-2.html.ini | 3 + .../relations/html5-tree/href-click-3.html.ini | 3 + ...r-foreign-element-interfaces.tentative.html.ini | 3 + .../html5-tree/integration-point-2.html.ini | 2 + .../html5-tree/integration-point-3.html.ini | 3 + .../html5-tree/integration-point-4.html.ini | 3 + .../html5-tree/integration-point-5.html.ini | 3 + .../math-global-event-handlers.tentative.html.ini | 77 ++++++++++++++++++ .../relations/html5-tree/tabindex-001.html.ini | 95 ++++++++++++++++++++++ .../relations/html5-tree/tabindex-002.html.ini | 3 + .../html5-tree/unique-identifier-1.html.ini | 3 + .../html5-tree/unique-identifier-2.html.ini | 3 + 17 files changed, 224 insertions(+) create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/css-inline-style-interface.tentative.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/display-1.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-001.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-002.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/href-click-1.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/href-click-2.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/href-click-3.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/integration-point-2.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/integration-point-4.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/integration-point-5.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/tabindex-001.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/tabindex-002.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-1.html.ini create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-2.html.ini (limited to 'testing/web-platform/meta/mathml/relations/html5-tree') diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/css-inline-style-interface.tentative.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/css-inline-style-interface.tentative.html.ini new file mode 100644 index 0000000000..21627b35eb --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/css-inline-style-interface.tentative.html.ini @@ -0,0 +1,3 @@ +[css-inline-style-interface.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/display-1.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/display-1.html.ini new file mode 100644 index 0000000000..28a12b91e6 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/display-1.html.ini @@ -0,0 +1,3 @@ +[display-1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-001.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-001.html.ini new file mode 100644 index 0000000000..129ca05e3c --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-001.html.ini @@ -0,0 +1,11 @@ +[dynamic-childlist-001.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Removing extra child from mfrac] + expected: FAIL + + [Adding child to valid mfrac] + expected: FAIL + + [Adding missing children to mfrac] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-002.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-002.html.ini new file mode 100644 index 0000000000..c44583b413 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/dynamic-childlist-002.html.ini @@ -0,0 +1,3 @@ +[dynamic-childlist-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/href-click-1.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/href-click-1.html.ini new file mode 100644 index 0000000000..9bd265b060 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/href-click-1.html.ini @@ -0,0 +1,3 @@ +[href-click-1.html] + disabled: + if (os == "android"): bug 1550895 (frequently fails on geckoview) diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/href-click-2.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/href-click-2.html.ini new file mode 100644 index 0000000000..6ab19f642f --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/href-click-2.html.ini @@ -0,0 +1,3 @@ +[href-click-2.html] + disabled: + if (os == "android"): bug 1550895 (frequently fails on geckoview) diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/href-click-3.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/href-click-3.html.ini new file mode 100644 index 0000000000..39afb84608 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/href-click-3.html.ini @@ -0,0 +1,3 @@ +[href-click-3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html.ini new file mode 100644 index 0000000000..2d5c864fb7 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/html-or-foreign-element-interfaces.tentative.html.ini @@ -0,0 +1,3 @@ +[html-or-foreign-element-interfaces.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-2.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-2.html.ini new file mode 100644 index 0000000000..7b8de21f03 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-2.html.ini @@ -0,0 +1,2 @@ +[integration-point-2.html] + fuzzy: maxDifference=0-4;totalPixels=0-4 diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini new file mode 100644 index 0000000000..d069c62239 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini @@ -0,0 +1,3 @@ +[integration-point-3.html] + expected: + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-4.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-4.html.ini new file mode 100644 index 0000000000..c9a986387f --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-4.html.ini @@ -0,0 +1,3 @@ +[integration-point-4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-5.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-5.html.ini new file mode 100644 index 0000000000..f432c89a24 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-5.html.ini @@ -0,0 +1,3 @@ +[integration-point-5.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini new file mode 100644 index 0000000000..aae42c18e8 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini @@ -0,0 +1,77 @@ +[math-global-event-handlers.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [oncancel: the default value must be null] + expected: FAIL + + [oncancel: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [oncancel: dispatching an Event at a element must trigger element.oncancel] + expected: FAIL + + [oncancel: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [oncancel: dynamic changes on the attribute] + expected: FAIL + + [oncontextlost: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [oncontextlost: the default value must be null] + expected: FAIL + + [oncontextlost: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [oncontextlost: dynamic changes on the attribute] + expected: FAIL + + [oncontextlost: dispatching an Event at a element must trigger element.oncontextlost] + expected: FAIL + + [oncontextrestored: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [oncontextrestored: the default value must be null] + expected: FAIL + + [oncontextrestored: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [oncontextrestored: dynamic changes on the attribute] + expected: FAIL + + [oncontextrestored: dispatching an Event at a element must trigger element.oncontextrestored] + expected: FAIL + + [onbeforematch: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [onbeforematch: the default value must be null] + expected: FAIL + + [onbeforematch: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [onbeforematch: dynamic changes on the attribute] + expected: FAIL + + [onbeforematch: dispatching an Event at a element must trigger element.onbeforematch] + expected: FAIL + + [onbeforetoggle: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [onbeforetoggle: the default value must be null] + expected: FAIL + + [onbeforetoggle: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [onbeforetoggle: dynamic changes on the attribute] + expected: FAIL + + [onbeforetoggle: dispatching an Event at a element must trigger element.onbeforetoggle] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/tabindex-001.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/tabindex-001.html.ini new file mode 100644 index 0000000000..0d2dd95b75 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/tabindex-001.html.ini @@ -0,0 +1,95 @@ +[tabindex-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [default and invalid values for mstyle with href] + expected: FAIL + + [default and invalid values for semantics with href] + expected: FAIL + + [default and invalid values for annotation with href] + expected: FAIL + + [default and invalid values for munder with href] + expected: FAIL + + [default and invalid values for mo without href] + expected: FAIL + + [default and invalid values for mtr with href] + expected: FAIL + + [default and invalid values for mpadded with href] + expected: FAIL + + [default and invalid values for none with href] + expected: FAIL + + [default and invalid values for munderover with href] + expected: FAIL + + [default and invalid values for mtext without href] + expected: FAIL + + [default and invalid values for menclose with href] + expected: FAIL + + [default and invalid values for mrow without href] + expected: FAIL + + [default and invalid values for msub with href] + expected: FAIL + + [default and invalid values for mn without href] + expected: FAIL + + [default and invalid values for mspace with href] + expected: FAIL + + [default and invalid values for mi without href] + expected: FAIL + + [default and invalid values for mroot with href] + expected: FAIL + + [default and invalid values for mprescripts with href] + expected: FAIL + + [default and invalid values for msubsup with href] + expected: FAIL + + [default and invalid values for msup with href] + expected: FAIL + + [default and invalid values for mover with href] + expected: FAIL + + [default and invalid values for maction with href] + expected: FAIL + + [default and invalid values for msqrt with href] + expected: FAIL + + [default and invalid values for mfrac with href] + expected: FAIL + + [default and invalid values for mtable with href] + expected: FAIL + + [default and invalid values for merror with href] + expected: FAIL + + [default and invalid values for mtd with href] + expected: FAIL + + [default and invalid values for ms without href] + expected: FAIL + + [default and invalid values for mmultiscripts with href] + expected: FAIL + + [default and invalid values for annotation-xml with href] + expected: FAIL + + [default and invalid values for mphantom with href] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/tabindex-002.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/tabindex-002.html.ini new file mode 100644 index 0000000000..f00d80ff84 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/tabindex-002.html.ini @@ -0,0 +1,3 @@ +[tabindex-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-1.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-1.html.ini new file mode 100644 index 0000000000..687258386e --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-1.html.ini @@ -0,0 +1,3 @@ +[unique-identifier-1.html] + disabled: + if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1377406 diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-2.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-2.html.ini new file mode 100644 index 0000000000..633051f85f --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/unique-identifier-2.html.ini @@ -0,0 +1,3 @@ +[unique-identifier-2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3