diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/FileAPI/blob | |
parent | Initial commit. (diff) | |
download | firefox-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/FileAPI/blob')
7 files changed, 41 insertions, 0 deletions
diff --git a/testing/web-platform/meta/FileAPI/blob/Blob-constructor-dom.window.js.ini b/testing/web-platform/meta/FileAPI/blob/Blob-constructor-dom.window.js.ini new file mode 100644 index 0000000000..18eb7f1fa2 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/blob/Blob-constructor-dom.window.js.ini @@ -0,0 +1,3 @@ +[Blob-constructor-dom.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/blob/Blob-constructor.any.js.ini b/testing/web-platform/meta/FileAPI/blob/Blob-constructor.any.js.ini new file mode 100644 index 0000000000..7e76300136 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/blob/Blob-constructor.any.js.ini @@ -0,0 +1,7 @@ +[Blob-constructor.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[Blob-constructor.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/blob/Blob-in-worker.worker.js.ini b/testing/web-platform/meta/FileAPI/blob/Blob-in-worker.worker.js.ini new file mode 100644 index 0000000000..6c05fbcad0 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/blob/Blob-in-worker.worker.js.ini @@ -0,0 +1,3 @@ +[Blob-in-worker.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/blob/Blob-slice-overflow.any.js.ini b/testing/web-platform/meta/FileAPI/blob/Blob-slice-overflow.any.js.ini new file mode 100644 index 0000000000..bd1ea47482 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/blob/Blob-slice-overflow.any.js.ini @@ -0,0 +1,7 @@ +[Blob-slice-overflow.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Blob-slice-overflow.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/blob/Blob-slice.any.js.ini b/testing/web-platform/meta/FileAPI/blob/Blob-slice.any.js.ini new file mode 100644 index 0000000000..426b81fc2b --- /dev/null +++ b/testing/web-platform/meta/FileAPI/blob/Blob-slice.any.js.ini @@ -0,0 +1,7 @@ +[Blob-slice.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Blob-slice.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/blob/Blob-stream.any.js.ini b/testing/web-platform/meta/FileAPI/blob/Blob-stream.any.js.ini new file mode 100644 index 0000000000..e57cf62fde --- /dev/null +++ b/testing/web-platform/meta/FileAPI/blob/Blob-stream.any.js.ini @@ -0,0 +1,7 @@ +[Blob-stream.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Blob-stream.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/blob/Blob-text.any.js.ini b/testing/web-platform/meta/FileAPI/blob/Blob-text.any.js.ini new file mode 100644 index 0000000000..e19dc4b912 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/blob/Blob-text.any.js.ini @@ -0,0 +1,7 @@ +[Blob-text.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Blob-text.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |