diff options
Diffstat (limited to 'testing/web-platform/meta/FileAPI/url')
10 files changed, 72 insertions, 0 deletions
diff --git a/testing/web-platform/meta/FileAPI/url/__dir__.ini b/testing/web-platform/meta/FileAPI/url/__dir__.ini new file mode 100644 index 0000000000..fc0211d84a --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/__dir__.ini @@ -0,0 +1,2 @@ +prefs: [dom.targetBlankNoOpener.enabled:false] +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/FileAPI/url/sandboxed-iframe.html.ini b/testing/web-platform/meta/FileAPI/url/sandboxed-iframe.html.ini new file mode 100644 index 0000000000..86e52d3915 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/sandboxed-iframe.html.ini @@ -0,0 +1,15 @@ +[sandboxed-iframe.html] + prefs: [dom.separate_event_queue_for_post_message.enabled:false] + disabled: + if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1433190 + [Revoke blob URL after creating Request, will fetch] + expected: FAIL + + [Blob URL fragment is implemented.] + expected: FAIL + + [Blob URLs can be used in iframes, and are treated same origin] + expected: FAIL + + [Revoke blob URL after creating Request, then clone Request, will fetch] + expected: FAIL diff --git a/testing/web-platform/meta/FileAPI/url/unicode-origin.sub.html.ini b/testing/web-platform/meta/FileAPI/url/unicode-origin.sub.html.ini new file mode 100644 index 0000000000..374f2303ae --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/unicode-origin.sub.html.ini @@ -0,0 +1,3 @@ +[unicode-origin.sub.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/FileAPI/url/url-format.any.js.ini b/testing/web-platform/meta/FileAPI/url/url-format.any.js.ini new file mode 100644 index 0000000000..893d5d74b0 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-format.any.js.ini @@ -0,0 +1,9 @@ +[url-format.any.html] + disabled: + if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1433190 + +[url-format.any.worker.html] + disabled: + if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1433190 + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/url/url-in-tags-revoke.window.js.ini b/testing/web-platform/meta/FileAPI/url/url-in-tags-revoke.window.js.ini new file mode 100644 index 0000000000..4f3abf08aa --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -0,0 +1,4 @@ +[url-in-tags-revoke.window.html] + expected: + if (os == "linux") and debug: [OK, TIMEOUT] + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/FileAPI/url/url-in-tags.window.js.ini b/testing/web-platform/meta/FileAPI/url/url-in-tags.window.js.ini new file mode 100644 index 0000000000..fe13f898cf --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-in-tags.window.js.ini @@ -0,0 +1,6 @@ +[url-in-tags.window.html] + max-asserts: 3 + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Blob URL fragment is implemented.] + expected: FAIL diff --git a/testing/web-platform/meta/FileAPI/url/url-lifetime.html.ini b/testing/web-platform/meta/FileAPI/url/url-lifetime.html.ini new file mode 100644 index 0000000000..8f022d75bb --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-lifetime.html.ini @@ -0,0 +1,3 @@ +[url-lifetime.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/url/url-reload.window.js.ini b/testing/web-platform/meta/FileAPI/url/url-reload.window.js.ini new file mode 100644 index 0000000000..34b82ba72e --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-reload.window.js.ini @@ -0,0 +1,3 @@ +[url-reload.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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..19598ed8fa --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini @@ -0,0 +1,20 @@ +[url-with-fetch.any.html] + [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] + [Revoke blob URL after creating Request, will fetch] + expected: FAIL + + [Revoke blob URL after creating Request, then clone Request, will fetch] + expected: FAIL + + [Revoke blob URL after calling fetch, fetch should succeed] + expected: + if (os == "linux") and swgl and not fission: [FAIL, PASS] + if (os == "win") and not debug: [FAIL, PASS] + [PASS, FAIL] diff --git a/testing/web-platform/meta/FileAPI/url/url-with-xhr.any.js.ini b/testing/web-platform/meta/FileAPI/url/url-with-xhr.any.js.ini new file mode 100644 index 0000000000..8610f00a4f --- /dev/null +++ b/testing/web-platform/meta/FileAPI/url/url-with-xhr.any.js.ini @@ -0,0 +1,7 @@ +[url-with-xhr.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[url-with-xhr.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |