diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/nosniff')
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] |