summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/custom-elements/parser
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/custom-elements/parser
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/custom-elements/parser')
-rw-r--r--testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini4
-rw-r--r--testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini4
-rw-r--r--testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini4
-rw-r--r--testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini4
-rw-r--r--testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini3
5 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini
new file mode 100644
index 0000000000..763d809fa3
--- /dev/null
+++ b/testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini
@@ -0,0 +1,4 @@
+[parser-fallsback-to-unknown-element.html]
+ expected:
+ if (os == "android") and debug and fission: [OK, TIMEOUT]
+ if (os == "android") and debug and not fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini
new file mode 100644
index 0000000000..4145df1279
--- /dev/null
+++ b/testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini
@@ -0,0 +1,4 @@
+[parser-sets-attributes-and-children.html]
+ expected:
+ if (os == "android") and debug and fission: [OK, TIMEOUT]
+ if (os == "android") and debug and not fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini
new file mode 100644
index 0000000000..689cd34b55
--- /dev/null
+++ b/testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini
@@ -0,0 +1,4 @@
+[parser-uses-constructed-element.html]
+ expected:
+ if (os == "android") and debug and not fission: [OK, TIMEOUT]
+ if (os == "android") and debug and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini b/testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini
new file mode 100644
index 0000000000..5d16a3d776
--- /dev/null
+++ b/testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini
@@ -0,0 +1,4 @@
+[parser-uses-create-an-element-for-a-token-svg.svg]
+ expected:
+ if (os == "android") and debug and fission: [OK, TIMEOUT]
+ if (os == "android") and debug and not fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini
new file mode 100644
index 0000000000..ce23f79e99
--- /dev/null
+++ b/testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini
@@ -0,0 +1,3 @@
+[parser-uses-registry-of-owner-document.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]