diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/FileAPI/blob | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
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] |