summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/domxpath
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/domxpath
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/domxpath')
-rw-r--r--testing/web-platform/meta/domxpath/002.html.ini10
-rw-r--r--testing/web-platform/meta/domxpath/evaluator-constructor.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-concat.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-contains.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-lang.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-normalize-space.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-starts-with.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-substring-after.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-substring-before.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-substring.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/fn-translate.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/lexical-structure.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/node-sets.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/numbers.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/predicates.html.ini3
-rw-r--r--testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini17
-rw-r--r--testing/web-platform/meta/domxpath/resolver-callback-interface.html.ini14
-rw-r--r--testing/web-platform/meta/domxpath/resolver-non-string-result.html.ini8
-rw-r--r--testing/web-platform/meta/domxpath/xml_xpath_runner.html.ini3
19 files changed, 94 insertions, 0 deletions
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]