From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../meta/xhr/formdata/constructor-formelement.html.ini | 4 ++++ testing/web-platform/meta/xhr/formdata/constructor.any.js.ini | 7 +++++++ testing/web-platform/meta/xhr/formdata/delete-formelement.html.ini | 3 +++ testing/web-platform/meta/xhr/formdata/delete.any.js.ini | 7 +++++++ testing/web-platform/meta/xhr/formdata/foreach.any.js.ini | 7 +++++++ testing/web-platform/meta/xhr/formdata/get-formelement.html.ini | 3 +++ testing/web-platform/meta/xhr/formdata/get.any.js.ini | 7 +++++++ testing/web-platform/meta/xhr/formdata/has-formelement.html.ini | 3 +++ testing/web-platform/meta/xhr/formdata/has.any.js.ini | 7 +++++++ testing/web-platform/meta/xhr/formdata/iteration.any.js.ini | 7 +++++++ testing/web-platform/meta/xhr/formdata/set-blob.any.js.ini | 7 +++++++ testing/web-platform/meta/xhr/formdata/set-formelement.html.ini | 3 +++ testing/web-platform/meta/xhr/formdata/set.any.js.ini | 7 +++++++ 13 files changed, 72 insertions(+) create mode 100644 testing/web-platform/meta/xhr/formdata/constructor-formelement.html.ini create mode 100644 testing/web-platform/meta/xhr/formdata/constructor.any.js.ini create mode 100644 testing/web-platform/meta/xhr/formdata/delete-formelement.html.ini create mode 100644 testing/web-platform/meta/xhr/formdata/delete.any.js.ini create mode 100644 testing/web-platform/meta/xhr/formdata/foreach.any.js.ini create mode 100644 testing/web-platform/meta/xhr/formdata/get-formelement.html.ini create mode 100644 testing/web-platform/meta/xhr/formdata/get.any.js.ini create mode 100644 testing/web-platform/meta/xhr/formdata/has-formelement.html.ini create mode 100644 testing/web-platform/meta/xhr/formdata/has.any.js.ini create mode 100644 testing/web-platform/meta/xhr/formdata/iteration.any.js.ini create mode 100644 testing/web-platform/meta/xhr/formdata/set-blob.any.js.ini create mode 100644 testing/web-platform/meta/xhr/formdata/set-formelement.html.ini create mode 100644 testing/web-platform/meta/xhr/formdata/set.any.js.ini (limited to 'testing/web-platform/meta/xhr/formdata') 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] -- cgit v1.2.3