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 --- testing/web-platform/meta/domxpath/002.html.ini | 10 ++++++++++ .../meta/domxpath/evaluator-constructor.html.ini | 3 +++ testing/web-platform/meta/domxpath/fn-concat.html.ini | 3 +++ testing/web-platform/meta/domxpath/fn-contains.html.ini | 3 +++ testing/web-platform/meta/domxpath/fn-lang.html.ini | 3 +++ .../meta/domxpath/fn-normalize-space.html.ini | 3 +++ .../web-platform/meta/domxpath/fn-starts-with.html.ini | 3 +++ .../meta/domxpath/fn-substring-after.html.ini | 3 +++ .../meta/domxpath/fn-substring-before.html.ini | 3 +++ .../web-platform/meta/domxpath/fn-substring.html.ini | 3 +++ .../web-platform/meta/domxpath/fn-translate.html.ini | 3 +++ .../meta/domxpath/lexical-structure.html.ini | 3 +++ testing/web-platform/meta/domxpath/node-sets.html.ini | 3 +++ testing/web-platform/meta/domxpath/numbers.html.ini | 3 +++ testing/web-platform/meta/domxpath/predicates.html.ini | 3 +++ ...er-callback-interface-cross-realm.tentative.html.ini | 17 +++++++++++++++++ .../meta/domxpath/resolver-callback-interface.html.ini | 14 ++++++++++++++ .../meta/domxpath/resolver-non-string-result.html.ini | 8 ++++++++ .../meta/domxpath/xml_xpath_runner.html.ini | 3 +++ 19 files changed, 94 insertions(+) create mode 100644 testing/web-platform/meta/domxpath/002.html.ini create mode 100644 testing/web-platform/meta/domxpath/evaluator-constructor.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-concat.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-contains.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-lang.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-normalize-space.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-starts-with.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-substring-after.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-substring-before.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-substring.html.ini create mode 100644 testing/web-platform/meta/domxpath/fn-translate.html.ini create mode 100644 testing/web-platform/meta/domxpath/lexical-structure.html.ini create mode 100644 testing/web-platform/meta/domxpath/node-sets.html.ini create mode 100644 testing/web-platform/meta/domxpath/numbers.html.ini create mode 100644 testing/web-platform/meta/domxpath/predicates.html.ini create mode 100644 testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini create mode 100644 testing/web-platform/meta/domxpath/resolver-callback-interface.html.ini create mode 100644 testing/web-platform/meta/domxpath/resolver-non-string-result.html.ini create mode 100644 testing/web-platform/meta/domxpath/xml_xpath_runner.html.ini (limited to 'testing/web-platform/meta/domxpath') diff --git a/testing/web-platform/meta/domxpath/002.html.ini b/testing/web-platform/meta/domxpath/002.html.ini new file mode 100644 index 0000000000..63fc126064 --- /dev/null +++ b/testing/web-platform/meta/domxpath/002.html.ini @@ -0,0 +1,10 @@ +[002.html] + [Select SVG element based on mixed case attribute] + expected: FAIL + + [Select both HTML and SVG elements based on mixed case attribute] + expected: FAIL + + [Select SVG elements with refX attribute] + expected: FAIL + diff --git a/testing/web-platform/meta/domxpath/evaluator-constructor.html.ini b/testing/web-platform/meta/domxpath/evaluator-constructor.html.ini new file mode 100644 index 0000000000..931193370e --- /dev/null +++ b/testing/web-platform/meta/domxpath/evaluator-constructor.html.ini @@ -0,0 +1,3 @@ +[evaluator-constructor.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-concat.html.ini b/testing/web-platform/meta/domxpath/fn-concat.html.ini new file mode 100644 index 0000000000..1bca189a1d --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-concat.html.ini @@ -0,0 +1,3 @@ +[fn-concat.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-contains.html.ini b/testing/web-platform/meta/domxpath/fn-contains.html.ini new file mode 100644 index 0000000000..4887e3f1d7 --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-contains.html.ini @@ -0,0 +1,3 @@ +[fn-contains.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/domxpath/fn-lang.html.ini b/testing/web-platform/meta/domxpath/fn-lang.html.ini new file mode 100644 index 0000000000..955e408e8e --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-lang.html.ini @@ -0,0 +1,3 @@ +[fn-lang.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-normalize-space.html.ini b/testing/web-platform/meta/domxpath/fn-normalize-space.html.ini new file mode 100644 index 0000000000..3acfce6171 --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-normalize-space.html.ini @@ -0,0 +1,3 @@ +[fn-normalize-space.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-starts-with.html.ini b/testing/web-platform/meta/domxpath/fn-starts-with.html.ini new file mode 100644 index 0000000000..175c9260e5 --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-starts-with.html.ini @@ -0,0 +1,3 @@ +[fn-starts-with.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-substring-after.html.ini b/testing/web-platform/meta/domxpath/fn-substring-after.html.ini new file mode 100644 index 0000000000..0e9e4d5cdf --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-substring-after.html.ini @@ -0,0 +1,3 @@ +[fn-substring-after.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-substring-before.html.ini b/testing/web-platform/meta/domxpath/fn-substring-before.html.ini new file mode 100644 index 0000000000..2665ba3dfd --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-substring-before.html.ini @@ -0,0 +1,3 @@ +[fn-substring-before.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-substring.html.ini b/testing/web-platform/meta/domxpath/fn-substring.html.ini new file mode 100644 index 0000000000..ece4e4f7fc --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-substring.html.ini @@ -0,0 +1,3 @@ +[fn-substring.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/fn-translate.html.ini b/testing/web-platform/meta/domxpath/fn-translate.html.ini new file mode 100644 index 0000000000..5b8e6f0163 --- /dev/null +++ b/testing/web-platform/meta/domxpath/fn-translate.html.ini @@ -0,0 +1,3 @@ +[fn-translate.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/lexical-structure.html.ini b/testing/web-platform/meta/domxpath/lexical-structure.html.ini new file mode 100644 index 0000000000..900d6d091b --- /dev/null +++ b/testing/web-platform/meta/domxpath/lexical-structure.html.ini @@ -0,0 +1,3 @@ +[lexical-structure.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/node-sets.html.ini b/testing/web-platform/meta/domxpath/node-sets.html.ini new file mode 100644 index 0000000000..49d9101ea9 --- /dev/null +++ b/testing/web-platform/meta/domxpath/node-sets.html.ini @@ -0,0 +1,3 @@ +[node-sets.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/numbers.html.ini b/testing/web-platform/meta/domxpath/numbers.html.ini new file mode 100644 index 0000000000..1aec743c0e --- /dev/null +++ b/testing/web-platform/meta/domxpath/numbers.html.ini @@ -0,0 +1,3 @@ +[numbers.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/domxpath/predicates.html.ini b/testing/web-platform/meta/domxpath/predicates.html.ini new file mode 100644 index 0000000000..55701a0380 --- /dev/null +++ b/testing/web-platform/meta/domxpath/predicates.html.ini @@ -0,0 +1,3 @@ +[predicates.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini b/testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini new file mode 100644 index 0000000000..af11ff8e74 --- /dev/null +++ b/testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini @@ -0,0 +1,17 @@ +[resolver-callback-interface-cross-realm.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [XPathNSResolver is cross-realm plain object without 'lookupNamespaceURI' property] + expected: FAIL + + [XPathNSResolver is cross-realm plain object with non-callable 'lookupNamespaceURI' property] + expected: FAIL + + [XPathNSResolver is cross-realm non-callable revoked Proxy] + expected: FAIL + + [XPathNSResolver is cross-realm callable revoked Proxy] + expected: FAIL + + [XPathNSResolver is cross-realm plain object with revoked Proxy as 'lookupNamespaceURI' property] + expected: FAIL diff --git a/testing/web-platform/meta/domxpath/resolver-callback-interface.html.ini b/testing/web-platform/meta/domxpath/resolver-callback-interface.html.ini new file mode 100644 index 0000000000..d8daafa417 --- /dev/null +++ b/testing/web-platform/meta/domxpath/resolver-callback-interface.html.ini @@ -0,0 +1,14 @@ +[resolver-callback-interface.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [object resolver: abrupt completion from Get] + expected: FAIL + + [object resolver: 'lookupNamespaceURI' is falsy and not callable] + expected: FAIL + + [object resolver: 'lookupNamespaceURI' is thruthy and not callable] + expected: FAIL + + [callable resolver: abrupt completion from Call] + expected: FAIL diff --git a/testing/web-platform/meta/domxpath/resolver-non-string-result.html.ini b/testing/web-platform/meta/domxpath/resolver-non-string-result.html.ini new file mode 100644 index 0000000000..673b64d2b2 --- /dev/null +++ b/testing/web-platform/meta/domxpath/resolver-non-string-result.html.ini @@ -0,0 +1,8 @@ +[resolver-non-string-result.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [symbol] + expected: FAIL + + [object coercion (abrupt completion)] + expected: FAIL diff --git a/testing/web-platform/meta/domxpath/xml_xpath_runner.html.ini b/testing/web-platform/meta/domxpath/xml_xpath_runner.html.ini new file mode 100644 index 0000000000..721594d95d --- /dev/null +++ b/testing/web-platform/meta/domxpath/xml_xpath_runner.html.ini @@ -0,0 +1,3 @@ +[xml_xpath_runner.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3