summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/nosniff
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/fetch/nosniff
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/fetch/nosniff')
-rw-r--r--testing/web-platform/meta/fetch/nosniff/__dir__.ini1
-rw-r--r--testing/web-platform/meta/fetch/nosniff/script.html.ini3
-rw-r--r--testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini4
-rw-r--r--testing/web-platform/meta/fetch/nosniff/worker.html.ini3
4 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/nosniff/__dir__.ini b/testing/web-platform/meta/fetch/nosniff/__dir__.ini
new file mode 100644
index 0000000000..73bec3d22a
--- /dev/null
+++ b/testing/web-platform/meta/fetch/nosniff/__dir__.ini
@@ -0,0 +1 @@
+lsan-allowed: [build_input_gamma_table, posix_memalign]
diff --git a/testing/web-platform/meta/fetch/nosniff/script.html.ini b/testing/web-platform/meta/fetch/nosniff/script.html.ini
new file mode 100644
index 0000000000..676c1afe73
--- /dev/null
+++ b/testing/web-platform/meta/fetch/nosniff/script.html.ini
@@ -0,0 +1,3 @@
+[script.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini b/testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini
new file mode 100644
index 0000000000..cb8ab5fae4
--- /dev/null
+++ b/testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini
@@ -0,0 +1,4 @@
+[stylesheet.html]
+ expected:
+ if (os == "android") and debug and fission: [TIMEOUT, OK]
+ if (os == "android") and debug and not fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/fetch/nosniff/worker.html.ini b/testing/web-platform/meta/fetch/nosniff/worker.html.ini
new file mode 100644
index 0000000000..032c39ae1c
--- /dev/null
+++ b/testing/web-platform/meta/fetch/nosniff/worker.html.ini
@@ -0,0 +1,3 @@
+[worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]