From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../meta/worklets/paint-worklet-csp.https.html.ini | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 testing/web-platform/meta/worklets/paint-worklet-csp.https.html.ini (limited to 'testing/web-platform/meta/worklets/paint-worklet-csp.https.html.ini') diff --git a/testing/web-platform/meta/worklets/paint-worklet-csp.https.html.ini b/testing/web-platform/meta/worklets/paint-worklet-csp.https.html.ini new file mode 100644 index 0000000000..37bdf838c4 --- /dev/null +++ b/testing/web-platform/meta/worklets/paint-worklet-csp.https.html.ini @@ -0,0 +1,78 @@ +[paint-worklet-csp.https.html] + expected: + if (os == "linux") and not fission and not debug: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + [A same-origin worklet importing a remote-origin-redirected script should not be blocked by the worker-src directive because worklets obey the script-src directive.] + expected: FAIL + + [A remote-origin worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.] + expected: FAIL + + [A remote-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.] + expected: FAIL + + [A remote-origin-redirected worklet should not be blocked because the script-src * directive allows it.] + expected: FAIL + + [A same-origin worklet importing an insecure-origin-redirected script should be blocked because of mixed contents.] + expected: + if (os == "linux") and not fission and not debug: [FAIL, TIMEOUT] + FAIL + + [An insecure-origin-redirected worklet should be blocked because of mixed contents.] + expected: FAIL + + [A same-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.] + expected: FAIL + + [A same-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.] + expected: FAIL + + [A remote-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.] + expected: FAIL + + [A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src 'self' directive.] + expected: FAIL + + [A remote-origin-redirected worklet should be blocked by the script-src 'self' directive.] + expected: FAIL + + [A remote-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.] + expected: FAIL + + [A same-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.] + expected: FAIL + + [A same-origin worklet importing an insecure-origin script should be blocked because of mixed contents.] + expected: FAIL + + [An insecure-origin worklet should be blocked because of mixed contents.] + expected: FAIL + + [A remote-origin worklet should be blocked by the script-src 'self' directive.] + expected: FAIL + + [A remote-origin worklet should not be blocked because the script-src * directive allows it.] + expected: FAIL + + [A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src * directive allows it.] + expected: FAIL + + [A remote-origin-redirected worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.] + expected: FAIL + + [A remote-origin worklet should not be blocked because the script-src directive specifying the origin allows it.] + expected: FAIL + + [A same-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.] + expected: FAIL + + [A remote-origin-redirected worklet should not be blocked because the script-src directive specifying the origin allows it.] + expected: FAIL + + [A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src directive specifying the origin allows it.] + expected: FAIL + + [A remote-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.] + expected: FAIL -- cgit v1.2.3