diff options
Diffstat (limited to 'testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini b/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini new file mode 100644 index 0000000000..2d1d9dcf8b --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini @@ -0,0 +1,18 @@ +[url-with-fetch.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Revoke blob URL after creating Request, will fetch] + expected: FAIL + + [Revoke blob URL after creating Request, then clone Request, will fetch] + expected: FAIL + + +[url-with-fetch.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Revoke blob URL after creating Request, will fetch] + expected: FAIL + + [Revoke blob URL after creating Request, then clone Request, will fetch] + expected: FAIL |