summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/FileAPI/url
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/FileAPI/url
parentInitial commit. (diff)
downloadfirefox-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/url')
-rw-r--r--testing/web-platform/meta/FileAPI/url/__dir__.ini2
-rw-r--r--testing/web-platform/meta/FileAPI/url/sandboxed-iframe.html.ini15
-rw-r--r--testing/web-platform/meta/FileAPI/url/unicode-origin.sub.html.ini3
-rw-r--r--testing/web-platform/meta/FileAPI/url/url-format.any.js.ini9
-rw-r--r--testing/web-platform/meta/FileAPI/url/url-in-tags-revoke.window.js.ini4
-rw-r--r--testing/web-platform/meta/FileAPI/url/url-in-tags.window.js.ini6
-rw-r--r--testing/web-platform/meta/FileAPI/url/url-lifetime.html.ini3
-rw-r--r--testing/web-platform/meta/FileAPI/url/url-reload.window.js.ini3
-rw-r--r--testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini20
-rw-r--r--testing/web-platform/meta/FileAPI/url/url-with-xhr.any.js.ini7
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]