From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/meta/fetch/nosniff/__dir__.ini | 1 + testing/web-platform/meta/fetch/nosniff/script.html.ini | 3 +++ testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini | 4 ++++ testing/web-platform/meta/fetch/nosniff/worker.html.ini | 3 +++ 4 files changed, 11 insertions(+) create mode 100644 testing/web-platform/meta/fetch/nosniff/__dir__.ini create mode 100644 testing/web-platform/meta/fetch/nosniff/script.html.ini create mode 100644 testing/web-platform/meta/fetch/nosniff/stylesheet.html.ini create mode 100644 testing/web-platform/meta/fetch/nosniff/worker.html.ini (limited to 'testing/web-platform/meta/fetch/nosniff') 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] -- cgit v1.2.3