summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/xhr/formdata
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/xhr/formdata
parentInitial commit. (diff)
downloadfirefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz
firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/xhr/formdata')
-rw-r--r--testing/web-platform/meta/xhr/formdata/constructor-formelement.html.ini4
-rw-r--r--testing/web-platform/meta/xhr/formdata/constructor.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/formdata/delete-formelement.html.ini3
-rw-r--r--testing/web-platform/meta/xhr/formdata/delete.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/formdata/foreach.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/formdata/get-formelement.html.ini3
-rw-r--r--testing/web-platform/meta/xhr/formdata/get.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/formdata/has-formelement.html.ini3
-rw-r--r--testing/web-platform/meta/xhr/formdata/has.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/formdata/iteration.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/formdata/set-blob.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/formdata/set-formelement.html.ini3
-rw-r--r--testing/web-platform/meta/xhr/formdata/set.any.js.ini7
13 files changed, 72 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/formdata/constructor-formelement.html.ini b/testing/web-platform/meta/xhr/formdata/constructor-formelement.html.ini
new file mode 100644
index 0000000000..9b912f9930
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/constructor-formelement.html.ini
@@ -0,0 +1,4 @@
+[constructor-formelement.html]
+ [test that FormData is correctly constructed from the form data set]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/xhr/formdata/constructor.any.js.ini b/testing/web-platform/meta/xhr/formdata/constructor.any.js.ini
new file mode 100644
index 0000000000..050e99b0a9
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/constructor.any.js.ini
@@ -0,0 +1,7 @@
+[constructor.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[constructor.any.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
diff --git a/testing/web-platform/meta/xhr/formdata/delete-formelement.html.ini b/testing/web-platform/meta/xhr/formdata/delete-formelement.html.ini
new file mode 100644
index 0000000000..eab5e85e53
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/delete-formelement.html.ini
@@ -0,0 +1,3 @@
+[delete-formelement.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/delete.any.js.ini b/testing/web-platform/meta/xhr/formdata/delete.any.js.ini
new file mode 100644
index 0000000000..87222fb315
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/delete.any.js.ini
@@ -0,0 +1,7 @@
+[delete.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[delete.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/foreach.any.js.ini b/testing/web-platform/meta/xhr/formdata/foreach.any.js.ini
new file mode 100644
index 0000000000..273bdece43
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/foreach.any.js.ini
@@ -0,0 +1,7 @@
+[foreach.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[foreach.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/get-formelement.html.ini b/testing/web-platform/meta/xhr/formdata/get-formelement.html.ini
new file mode 100644
index 0000000000..bd4f96d9c5
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/get-formelement.html.ini
@@ -0,0 +1,3 @@
+[get-formelement.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/get.any.js.ini b/testing/web-platform/meta/xhr/formdata/get.any.js.ini
new file mode 100644
index 0000000000..78dec9a3cd
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/get.any.js.ini
@@ -0,0 +1,7 @@
+[get.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[get.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/has-formelement.html.ini b/testing/web-platform/meta/xhr/formdata/has-formelement.html.ini
new file mode 100644
index 0000000000..1e554d777d
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/has-formelement.html.ini
@@ -0,0 +1,3 @@
+[has-formelement.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/has.any.js.ini b/testing/web-platform/meta/xhr/formdata/has.any.js.ini
new file mode 100644
index 0000000000..a0862a9b36
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/has.any.js.ini
@@ -0,0 +1,7 @@
+[has.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[has.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/iteration.any.js.ini b/testing/web-platform/meta/xhr/formdata/iteration.any.js.ini
new file mode 100644
index 0000000000..091154b5e2
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/iteration.any.js.ini
@@ -0,0 +1,7 @@
+[iteration.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[iteration.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/set-blob.any.js.ini b/testing/web-platform/meta/xhr/formdata/set-blob.any.js.ini
new file mode 100644
index 0000000000..8e4a9f001d
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/set-blob.any.js.ini
@@ -0,0 +1,7 @@
+[set-blob.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[set-blob.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/set-formelement.html.ini b/testing/web-platform/meta/xhr/formdata/set-formelement.html.ini
new file mode 100644
index 0000000000..4df51b2125
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/set-formelement.html.ini
@@ -0,0 +1,3 @@
+[set-formelement.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/xhr/formdata/set.any.js.ini b/testing/web-platform/meta/xhr/formdata/set.any.js.ini
new file mode 100644
index 0000000000..fa27f08440
--- /dev/null
+++ b/testing/web-platform/meta/xhr/formdata/set.any.js.ini
@@ -0,0 +1,7 @@
+[set.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[set.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]