Test files: 764; Total subtests: 3741
Test | FF71 |
---|---|
/content-security-policy/base-uri/base-uri-allow.sub.html | OK |
Check that base URIs can be set if they do not violate the page's policy. | PASS |
/content-security-policy/base-uri/base-uri-deny.sub.html | OK |
Check that baseURI fires a securitypolicyviolation event when it does not match the csp directive | PASS |
Check that the baseURI is not set when it does not match the csp directive | PASS |
/content-security-policy/base-uri/base-uri_iframe_sandbox.sub.html | OK |
base-uri 'self' blocks foreign-origin sandboxed iframes. | PASS |
base-uri 'self' works with same-origin sandboxed iframes. | PASS |
/content-security-policy/base-uri/report-uri-does-not-respect-base-uri.sub.html | OK |
Event is fired | PASS |
Test that image does not load | PASS |
Violation report status OK. | FAIL |
/content-security-policy/blob/blob-urls-do-not-match-self.sub.html | OK |
Expecting logs: ["violated-directive=script-src-elem"] | FAIL |
/content-security-policy/blob/blob-urls-match-blob.sub.html | OK |
Expecting logs: ["PASS (1/1)"] | PASS |
/content-security-policy/blob/self-doesnt-match-blob.sub.html | OK |
Expecting logs: ["violated-directive=worker-src","TEST COMPLETE"] | FAIL |
/content-security-policy/blob/star-doesnt-match-blob.sub.html | OK |
Expecting logs: ["violated-directive=worker-src","TEST COMPLETE"] | FAIL |
/content-security-policy/child-src/child-src-about-blank-allowed-by-default.sub.html | OK |
Check that frames load without throwing any violation events | PASS |
/content-security-policy/child-src/child-src-about-blank-allowed-by-scheme.sub.html | OK |
Check that frames load without throwing any violation events | PASS |
/content-security-policy/child-src/child-src-allowed.sub.html | OK |
Expecting alerts: ["PASS"] | PASS |
Expecting logs: ["PASS IFrame #1 generated a load event."] | PASS |
/content-security-policy/child-src/child-src-blocked.sub.html | OK |
Expecting logs: ["PASS IFrame #1 generated a load event.", "violated-directive=frame-src"] | FAIL |
/content-security-policy/child-src/child-src-conflicting-frame-src.sub.html | OK |
Expecting logs: ["PASS IFrame #1 generated a load event.", "violated-directive=frame-src"] | FAIL |
/content-security-policy/child-src/child-src-cross-origin-load.sub.html | OK |
Expecting alerts: ["PASS","PASS"] | PASS |
Expecting logs: ["PASS IFrame #1 generated a load event.","PASS IFrame #2 generated a load event.","PASS IFrame #3 generated a load event.", "violated-directive=frame-src"] | FAIL |
/content-security-policy/child-src/child-src-redirect-blocked.sub.html | OK |
Expecting logs: ["PASS IFrame #1 generated a load event.", "violated-directive=frame-src"] | FAIL |
/content-security-policy/child-src/child-src-worker-allowed.sub.html | OK |
Worker is allowed because of deprecated 'child-src' directive | PASS |
/content-security-policy/child-src/child-src-worker-blocked.sub.html | OK |
Should block worker because it does not match any directive including the deprecated 'child-src' | PASS |
Should throw a securitypolicyviolation event | FAIL |
/content-security-policy/connect-src/connect-src-beacon-allowed.sub.html | OK |
Expecting logs: ["Pass"] | PASS |
/content-security-policy/connect-src/connect-src-beacon-blocked.sub.html | OK |
Expecting logs: ["Pass", "violated-directive=connect-src"] | PASS |
/content-security-policy/connect-src/connect-src-beacon-redirect-to-blocked.sub.html | OK |
Expecting logs: ["violated-directive=connect-src"] | PASS |
/content-security-policy/connect-src/connect-src-eventsource-allowed.sub.html | OK |
Expecting logs: ["allowed"] | PASS |
/content-security-policy/connect-src/connect-src-eventsource-blocked.sub.html | OK |
Expecting logs: ["blocked","violated-directive=connect-src"] | PASS |
/content-security-policy/connect-src/connect-src-eventsource-redirect-to-blocked.sub.html | OK |
Expecting logs: ["PASS EventSource() did not follow the disallowed redirect.","TEST COMPLETE", "violated-directive=connect-src"] | PASS |
/content-security-policy/connect-src/connect-src-websocket-allowed.sub.html | OK |
Expecting logs: ["allowed"] | PASS |
/content-security-policy/connect-src/connect-src-websocket-blocked.sub.html | OK |
Expecting logs: ["blocked","violated-directive=connect-src"] | PASS |
/content-security-policy/connect-src/connect-src-websocket-self.sub.html | OK |
Expecting logs: ["allowed", "allowed"] | PASS |
/content-security-policy/connect-src/connect-src-xmlhttprequest-allowed.sub.html | OK |
Expecting logs: ["Pass"] | PASS |
/content-security-policy/connect-src/connect-src-xmlhttprequest-blocked.sub.html | OK |
Expecting logs: ["Pass","violated-directive=connect-src"] | PASS |
/content-security-policy/connect-src/connect-src-xmlhttprequest-redirect-to-blocked.sub.html | OK |
Expecting logs: ["PASS XMLHttpRequest.send() did not follow the disallowed redirect.","TEST COMPLETE","violated-directive=connect-src"] | PASS |
/content-security-policy/connect-src/shared-worker-connect-src-allowed.sub.html | OK |
Expecting logs: ["xhr allowed","TEST COMPLETE"] | PASS |
/content-security-policy/connect-src/shared-worker-connect-src-blocked.sub.html | OK |
Expecting logs: ["xhr blocked","TEST COMPLETE"] | PASS |
/content-security-policy/connect-src/worker-connect-src-allowed.sub.html | OK |
Expecting logs: ["xhr allowed"] | PASS |
/content-security-policy/connect-src/worker-connect-src-blocked.sub.html | OK |
Expecting logs: ["xhr blocked","TEST COMPLETE"] | PASS |
/content-security-policy/connect-src/worker-from-guid.sub.html | OK |
Expecting logs: ["violated-directive=connect-src","xhr blocked","TEST COMPLETE"] | PASS |
/content-security-policy/default-src/default-src-inline-allowed.sub.html | OK |
Expecting alerts: ["PASS 1 of 2","PASS 2 of 2"] | PASS |
/content-security-policy/default-src/default-src-inline-blocked.sub.html | OK |
Expecting logs: ["violated-directive=script-src-elem","violated-directive=script-src-elem"] | FAIL |
/content-security-policy/embedded-enforcement/allow_csp_from-header.html | TIMEOUT |
'self' in blanket enforced EmbeddingCSP matches the target response origin. | TIMEOUT |
Allow-CSP-From header enforces EmbeddingCSP. | TIMEOUT |
Allow-CSP-From header with a star value allows cross origin frame. | TIMEOUT |
Cross origin iframe with an empty Allow-CSP-From header gets blocked. | FAIL |
Cross origin iframe with correct Allow-CSP-From header is allowed. | TIMEOUT |
Cross origin iframe without Allow-CSP-From header gets blocked. | FAIL |
Iframe with improper Allow-CSP-From header gets blocked. | FAIL |
Same origin iframes are allowed even if Allow-CSP-From does not match origin. | TIMEOUT |
Same origin iframes are allowed even if the Allow-CSP-From is empty. | TIMEOUT |
Same origin iframes are allowed even if the Allow-CSP-From is not present. | TIMEOUT |
Same origin iframes are always allowed. | TIMEOUT |
Star Allow-CSP-From header enforces EmbeddingCSP. | TIMEOUT |
/content-security-policy/embedded-enforcement/blocked-iframe-are-cross-origin.html | OK |
Document blocked by embedded enforcement and its parent are cross-origin | PASS |
Two same-origin iframes must appear as cross-origin when one is blocked | FAIL |
/content-security-policy/embedded-enforcement/change-csp-attribute-and-history-navigation.html | OK |
Iframe csp attribute changed before history navigation of local scheme. | FAIL |
Iframe csp attribute changed before history navigation of network scheme. | FAIL |
/content-security-policy/embedded-enforcement/iframe-csp-attribute.html | OK |
<iframe> has a 'csp' attibute which is an empty string if undefined. | FAIL |
<iframe>'s 'csp content attribute reflects the IDL attribute. | FAIL |
<iframe>'s IDL attribute reflects the DOM attribute. | FAIL |
<iframe>'s csp attribute is always a string. | FAIL |
/content-security-policy/embedded-enforcement/required-csp-header-cascade.html | OK |
Test same origin: Test invalid policy on first iframe (bad directive name) | FAIL |
Test same origin: Test invalid policy on first iframe (report directive) | FAIL |
Test same origin: Test invalid policy on second iframe (bad directive name) | FAIL |
Test same origin: Test invalid policy on second iframe (report directive) | FAIL |
Test same origin: Test less restrictive policy on second iframe | FAIL |
Test same origin: Test more restrictive policy on second iframe | FAIL |
Test same origin: Test no policy on first iframe | FAIL |
Test same origin: Test no policy on second iframe | FAIL |
Test same origin: Test same policy for both iframes | FAIL |
/content-security-policy/embedded-enforcement/required_csp-header-crlf.html | OK |
Test CRLF: Attempt injecting after directive name using \n | PASS |
Test CRLF: Attempt injecting after directive name using \r | PASS |
Test CRLF: Attempt injecting after directive name using \r\n | PASS |
Test CRLF: Attempt injecting after directive value using \n | PASS |
Test CRLF: Attempt injecting after directive value using \r | PASS |
Test CRLF: Attempt injecting after directive value using \r\n | PASS |
Test CRLF: Attempt injecting after semicolon using \n | PASS |
Test CRLF: Attempt injecting after semicolon using \r | PASS |
Test CRLF: Attempt injecting after semicolon using \r\n | PASS |
Test CRLF: Attempt injecting after space between name and value using \n | PASS |
Test CRLF: Attempt injecting after space between name and value using \r | PASS |
Test CRLF: Attempt injecting after space between name and value using \r\n | PASS |
Test CRLF: \n character after directive name | PASS |
Test CRLF: \n character in directive value | PASS |
Test CRLF: \r character after directive name | PASS |
Test CRLF: \r character in directive value | PASS |
Test CRLF: \r\n character after directive name | PASS |
Test CRLF: \r\n character in directive value | PASS |
/content-security-policy/embedded-enforcement/required_csp-header.html | OK |
Test Required-CSP value on `csp` change: Sec-Required-CSP is not sent if `csp` attribute is not set on <iframe>. | FAIL |
Test Required-CSP value on `csp` change: Send Sec-Required-CSP Header on change of `src` attribute on iframe. | FAIL |
Test Required-CSP value on `csp` change: Send Sec-Required-CSP when `csp` attribute of <iframe> is not empty. | FAIL |
Test Required-CSP value on `csp` change: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - comma separated | FAIL |
Test Required-CSP value on `csp` change: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid character in directive name | FAIL |
Test Required-CSP value on `csp` change: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid characters in directive names | FAIL |
Test Required-CSP value on `csp` change: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-to present | FAIL |
Test Required-CSP value on `csp` change: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-uri present | FAIL |
Test Required-CSP value on `csp` change: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - gibberish csp | FAIL |
Test Required-CSP value on `csp` change: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - missing semicolon | FAIL |
Test Required-CSP value on `csp` change: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - misspeled 'none' | FAIL |
Test Required-CSP value on `csp` change: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - query values in path | FAIL |
Test Required-CSP value on `csp` change: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name | FAIL |
Test Required-CSP value on `csp` change: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name in multiple directives | FAIL |
Test cross origin redirect of cross origin iframe: Sec-Required-CSP is not sent if `csp` attribute is not set on <iframe>. | PASS |
Test cross origin redirect of cross origin iframe: Send Sec-Required-CSP Header on change of `src` attribute on iframe. | FAIL |
Test cross origin redirect of cross origin iframe: Send Sec-Required-CSP when `csp` attribute of <iframe> is not empty. | FAIL |
Test cross origin redirect of cross origin iframe: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - comma separated | PASS |
Test cross origin redirect of cross origin iframe: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid character in directive name | PASS |
Test cross origin redirect of cross origin iframe: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid characters in directive names | PASS |
Test cross origin redirect of cross origin iframe: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-to present | PASS |
Test cross origin redirect of cross origin iframe: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-uri present | PASS |
Test cross origin redirect of cross origin iframe: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - gibberish csp | FAIL |
Test cross origin redirect of cross origin iframe: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - missing semicolon | FAIL |
Test cross origin redirect of cross origin iframe: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - misspeled 'none' | FAIL |
Test cross origin redirect of cross origin iframe: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - query values in path | FAIL |
Test cross origin redirect of cross origin iframe: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name | FAIL |
Test cross origin redirect of cross origin iframe: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name in multiple directives | FAIL |
Test cross origin redirect: Sec-Required-CSP is not sent if `csp` attribute is not set on <iframe>. | PASS |
Test cross origin redirect: Send Sec-Required-CSP Header on change of `src` attribute on iframe. | FAIL |
Test cross origin redirect: Send Sec-Required-CSP when `csp` attribute of <iframe> is not empty. | FAIL |
Test cross origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - comma separated | PASS |
Test cross origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid character in directive name | PASS |
Test cross origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid characters in directive names | PASS |
Test cross origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-to present | PASS |
Test cross origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-uri present | PASS |
Test cross origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - gibberish csp | FAIL |
Test cross origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - missing semicolon | FAIL |
Test cross origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - misspeled 'none' | FAIL |
Test cross origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - query values in path | FAIL |
Test cross origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name | FAIL |
Test cross origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name in multiple directives | FAIL |
Test same origin redirect: Sec-Required-CSP is not sent if `csp` attribute is not set on <iframe>. | PASS |
Test same origin redirect: Send Sec-Required-CSP Header on change of `src` attribute on iframe. | FAIL |
Test same origin redirect: Send Sec-Required-CSP when `csp` attribute of <iframe> is not empty. | FAIL |
Test same origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - comma separated | PASS |
Test same origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid character in directive name | PASS |
Test same origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid characters in directive names | PASS |
Test same origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-to present | PASS |
Test same origin redirect: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-uri present | PASS |
Test same origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - gibberish csp | FAIL |
Test same origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - missing semicolon | FAIL |
Test same origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - misspeled 'none' | FAIL |
Test same origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - query values in path | FAIL |
Test same origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name | FAIL |
Test same origin redirect: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name in multiple directives | FAIL |
Test same origin: Sec-Required-CSP is not sent if `csp` attribute is not set on <iframe>. | PASS |
Test same origin: Send Sec-Required-CSP Header on change of `src` attribute on iframe. | FAIL |
Test same origin: Send Sec-Required-CSP when `csp` attribute of <iframe> is not empty. | FAIL |
Test same origin: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - comma separated | PASS |
Test same origin: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid character in directive name | PASS |
Test same origin: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - invalid characters in directive names | PASS |
Test same origin: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-to present | PASS |
Test same origin: Wrong and dangerous value of `csp` should not trigger sending Sec-Required-CSP Header - report-uri present | PASS |
Test same origin: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - gibberish csp | FAIL |
Test same origin: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - missing semicolon | FAIL |
Test same origin: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - misspeled 'none' | FAIL |
Test same origin: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - query values in path | FAIL |
Test same origin: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name | FAIL |
Test same origin: Wrong but allowed value of `csp` should still trigger sending Sec-Required-CSP Header - unknown policy name in multiple directives | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-general.html | TIMEOUT |
Host intersection with wildcards is computed correctly. | TIMEOUT |
Host wildcard *.a.com does not match a.com | FAIL |
If there is no required csp, iframe should load. | TIMEOUT |
Iframe should block if intersection allows sources which are not in required_csp (other ordering). | FAIL |
Iframe should block if intersection allows sources which are not in required_csp. | FAIL |
Iframe should load even if the ports are different but are default for the protocols. | TIMEOUT |
Iframe should load if intersection allows only sources which are in required_csp. | TIMEOUT |
Iframe with a different CSP should be blocked. | FAIL |
Iframe with a matching and more restrictive ports should load. | TIMEOUT |
Iframe with empty returned CSP should be blocked. | FAIL |
Iframe with less restricting CSP should be blocked. | FAIL |
Iframe with matching CSP should load. | TIMEOUT |
Iframe with more restricting CSP should load. | TIMEOUT |
Removed plugin-types directive should be ignored 2. | TIMEOUT |
Removed plugin-types directive should be ignored 3. | FAIL |
Removed plugin-types directive should be ignored. | TIMEOUT |
/content-security-policy/embedded-enforcement/subsumption_algorithm-hashes.html | TIMEOUT |
'sha256-abc123' is not subsumed by 'sha256-abc456'. | FAIL |
'sha256-abc123' is properly subsumed with other sources. | TIMEOUT |
'sha256-abc123' is properly subsumed. | TIMEOUT |
Effective policy is properly found where 'sha256-abc123' is not part of it. | TIMEOUT |
Effective policy is properly found where 'sha256-abc123' is not subsumed. | FAIL |
Effective policy is properly found. | TIMEOUT |
Effective policy now does not allow 'sha256-abc123'. | TIMEOUT |
Hashes do not have to be present in returned csp but must not allow all inline behavior. | FAIL |
Hashes do not have to be present in returned csp. | TIMEOUT |
Other expressions have to be subsumed but 'unsafe-inline' gets ignored. | TIMEOUT |
Other expressions have to be subsumed. | FAIL |
Required csp must allow 'sha256-abc123'. | FAIL |
Returned should not include hashes not present in required csp. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-host_sources-hosts.html | TIMEOUT |
A wildcard host should match a more specific host. | TIMEOUT |
Host must match. | FAIL |
Hosts without wildcards must match. | FAIL |
More specific subdomain should not match. | FAIL |
Specified host should not match a wildcard host. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-host_sources-paths.html | TIMEOUT |
All specific paths match except the order. | TIMEOUT |
Empty path is not subsumed by specified paths. | FAIL |
Matching paths. | TIMEOUT |
Returned CSP allows only one path. | TIMEOUT |
Returned CSP has a more specific path. | TIMEOUT |
Returned CSP must specify a path. | FAIL |
That should not be true when required csp specifies a specific page. | FAIL |
Unspecified path should be subsumed by `/`. | TIMEOUT |
`/` path should be subsumed by an empty path. | TIMEOUT |
/content-security-policy/embedded-enforcement/subsumption_algorithm-host_sources-ports.html | TIMEOUT |
Returned CSP should be subsumed even if the port is not specified but is a default port for a more secure scheme. | TIMEOUT |
Returned CSP should be subsumed even if the port is not specified but is a default port for a scheme. | TIMEOUT |
Returned CSP should be subsumed if the port is specified but is not default for a more secure scheme. | FAIL |
Returned CSP should be subsumed if the port is specified but the scheme is more secure. | TIMEOUT |
Returned CSP should be subsumed if the port is specified. | TIMEOUT |
Returned CSP should be subsumed if the ports match but schemes are not identical for `ws`. | TIMEOUT |
Returned CSP should be subsumed if the ports match but schemes are not identical. | TIMEOUT |
Specified ports must match. | FAIL |
The same should hold for `ws` case. | TIMEOUT |
Unspecified ports must match if schemes match. | TIMEOUT |
Wildcard port should match a wildcard. | TIMEOUT |
Wildcard port should match any specific port. | TIMEOUT |
Wildcard port should match unspecified port. | TIMEOUT |
Wildcard port should not be subsumed by a default port. | FAIL |
Wildcard port should not be subsumed by a spcified port. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-host_sources-protocols.html | TIMEOUT |
All scheme sources are subsumed by their stronger variants. | TIMEOUT |
All scheme sources must be subsumed. | FAIL |
If scheme source is present in returned csp, it must be specified in required csp too. | FAIL |
Matching `https` protocols. | TIMEOUT |
The reverse allows iframe be to be loaded. | TIMEOUT |
`http:` does not subsume other protocols. | FAIL |
`http:` should subsume all host source expressions with `https:`. | TIMEOUT |
`http:` should subsume all host source expressions with this protocol. | TIMEOUT |
`http:` subsumes other `http:` source expression. | TIMEOUT |
`http:` subsumes other `https:` source expression and expressions with `http:`. | TIMEOUT |
`https` is more restrictive than `http`. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-nonces.html | TIMEOUT |
A nonce has to be returned if required by the embedder. | FAIL |
Any nonce subsumes. | TIMEOUT |
Exact nonce subsumes. | TIMEOUT |
Multiples nonces returned subsume. | TIMEOUT |
Nonce intersection is still done on exact match - matching nonces. | FAIL |
Nonce intersection is still done on exact match - non-matching nonces. | TIMEOUT |
Other expressions still have to be subsumed - negative test | FAIL |
Other expressions still have to be subsumed - positive test. | TIMEOUT |
/content-security-policy/embedded-enforcement/subsumption_algorithm-none.html | TIMEOUT |
Both required and returned csp are `none` for only one directive. | FAIL |
Both required and returned csp are `none`. | TIMEOUT |
Both required and returned csp are effectively 'none'. | TIMEOUT |
Both required and returned csp are empty. | TIMEOUT |
Empty required csp subsumes a policy with `none`. | TIMEOUT |
Empty required csp subsumes any list of policies. | TIMEOUT |
Empty required csp subsumes empty list of returned policies. | TIMEOUT |
Required csp with `none` does not subsume `none` of another directive. | FAIL |
Required csp with `none` does not subsume `none` of different directives. | FAIL |
Required csp with `none` does not subsume a host source expression. | FAIL |
Required csp with `none` subsumes effective list of `none` despite other keywords. | TIMEOUT |
Required csp with `none` subsumes effective list of `none`. | TIMEOUT |
Required csp with effective `none` does not subsume `none` of another directive. | FAIL |
Required csp with effective `none` does not subsume a host source expression. | FAIL |
Required policy that allows `none` does not subsume empty list of policies. | FAIL |
Returned csp with `none` is subsumed by any required csp. | TIMEOUT |
Returned csp with effective `none` is subsumed by any required csp. | TIMEOUT |
Source list with exprssions other than `none` make `none` ineffective. | TIMEOUT |
/content-security-policy/embedded-enforcement/subsumption_algorithm-self.html | TIMEOUT |
'self' keywords should match. | TIMEOUT |
Required 'self' should match to a origin's url. | TIMEOUT |
Required 'self' should subsume a more secure version of origin's url. | TIMEOUT |
Returned 'self' should match to an origin's url. | TIMEOUT |
Returned 'self' should not be subsumed by a more secure version of origin's url. | FAIL |
Returned CSP does not have to specify 'self'. | TIMEOUT |
Returned CSP must not allow 'self' if required CSP does not. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-source_list-wildcards.html | TIMEOUT |
'none' does not subsume a wildcard source list. | FAIL |
Effective wildcard list should be properly found. | TIMEOUT |
Empty source list does not subsume a wildcard source list. | FAIL |
Source expressions do not subsume effective nonce expressions. | FAIL |
The same as above but for 'unsafe-inline'. | FAIL |
Wildcard does not subsume empty list. | FAIL |
Wildcard list is equivalent to a specific list of scheme expressions and their secure variants. | TIMEOUT |
Wildcard list is equivalent to a specific list of scheme expressions. | TIMEOUT |
Wildcard list might include other scheme source expressions. | TIMEOUT |
Wildcard list subsumes a list of policies with wildcards in source lists. | TIMEOUT |
Wildcard list subsumes a source list with `none`. | TIMEOUT |
Wildcard list subsumes an empty source list. | TIMEOUT |
Wildcard list subsumes another wildcard list. | TIMEOUT |
Wildcard list subsumption logic should not affect other keyword expressions. | TIMEOUT |
Wildcard list with 'unsafe-eval' is not subsumed by a wildcard list. | FAIL |
Wildcard list with 'unsafe-eval' is not subsumed by list with a single expression. | FAIL |
Wildcard list with 'unsafe-hashed-attributes' is not subsumed by a wildcard list. | FAIL |
Wildcard list with 'unsafe-inline' is not subsumed by a wildcard list. | FAIL |
Wildcard list with keywords is not subsumed by a wildcard list. | FAIL |
Wildcard source list does not subsume `blob:` scheme source expression. | FAIL |
Wildcard source list does not subsume `data:` scheme source expression. | FAIL |
Wildcard source list is not subsumed by a host expression. | FAIL |
`blob:` is not subsumed by a wildcard list. | FAIL |
`data:` is not subsumed by a wildcard list. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-strict_dynamic.html | TIMEOUT |
'strict-dynamic' has to be allowed by required csp if it is present in returned csp. | FAIL |
'strict-dynamic' is effective only for `script-src`. | FAIL |
'strict-dynamic' is ineffective for `child-src`. | TIMEOUT |
'strict-dynamic' is ineffective for `frame-src`. | TIMEOUT |
'strict-dynamic' is ineffective for `img-src`. | TIMEOUT |
'strict-dynamic' is ineffective for `style-src`. | TIMEOUT |
'strict-dynamic' is properly handled for finding effective policy. | FAIL |
'strict-dynamic' makes 'self' ineffective. | TIMEOUT |
'strict-dynamic' makes 'unsafe-inline' ineffective. | TIMEOUT |
'strict-dynamic' makes host source expressions ineffective. | TIMEOUT |
'strict-dynamic' makes scheme source expressions ineffective. | TIMEOUT |
/content-security-policy/embedded-enforcement/subsumption_algorithm-unsafe_eval.html | TIMEOUT |
'unsafe-eval' is properly subsumed. | TIMEOUT |
Effective policy is properly found where 'unsafe-eval' is not part of it. | TIMEOUT |
Effective policy is properly found where 'unsafe-eval' is not subsumed. | FAIL |
Effective policy is properly found. | TIMEOUT |
No other keyword has the same effect as 'unsafe-eval'. | FAIL |
Other expressions have to be subsumed. | FAIL |
Required csp must allow 'unsafe-eval'. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-unsafe_hashes.html | TIMEOUT |
'unsafe-hashes' is properly subsumed. | TIMEOUT |
Effective policy is properly found where 'unsafe-hashes' is not part of it. | TIMEOUT |
Effective policy is properly found where 'unsafe-hashes' is not subsumed. | FAIL |
Effective policy is properly found. | TIMEOUT |
No other keyword has the same effect as 'unsafe-hashes'. | FAIL |
Other expressions have to be subsumed. | FAIL |
Required csp must allow 'unsafe-hashes'. | FAIL |
/content-security-policy/embedded-enforcement/subsumption_algorithm-unsafe_inline.html | TIMEOUT |
'strict-dynamic' is ineffective for `style-src`. | TIMEOUT |
'unsafe-inline' does not matter if returned csp is effectively `none`. | TIMEOUT |
'unsafe-inline' is ineffective when nonces are present. | TIMEOUT |
'unsafe-inline' is only ineffective if the effective returned csp has hashes in `script-src`. | TIMEOUT |
'unsafe-inline' is only ineffective if the effective returned csp has hashes in `style-src`. | TIMEOUT |
'unsafe-inline' is only ineffective if the effective returned csp has nonces in `style-src`. | TIMEOUT |
'unsafe-inline' is properly subsumed in `script-src`. | TIMEOUT |
'unsafe-inline' is properly subsumed in `style-src`. | TIMEOUT |
Effective returned csp allows 'unsafe-inline' | FAIL |
Effective returned csp does not allow 'sha512-321cba' hash. | TIMEOUT |
Required csp allows `strict-dynamic`, but retuned csp does. | FAIL |
Required csp does not allow `unsafe-inline`, but retuned csp does. | FAIL |
Returned csp allows a hash. | FAIL |
Returned csp allows a nonce. | FAIL |
Returned csp does not have to allow 'unsafe-inline' in `style-src` to be subsumed. | TIMEOUT |
Returned csp only loads 'unsafe-inline' scripts with 'nonce-abc'. | TIMEOUT |
/content-security-policy/font-src/font-match-allowed.sub.html | TIMEOUT |
Test font loads if it matches font-src. | TIMEOUT |
/content-security-policy/font-src/font-mismatch-blocked.sub.html | TIMEOUT |
Test font does not load if it does not match font-src. | TIMEOUT |
/content-security-policy/font-src/font-none-blocked.sub.html | TIMEOUT |
Test font does not load if it does not match font-src. | TIMEOUT |
/content-security-policy/font-src/font-self-allowed.html | TIMEOUT |
Test font loads if it matches font-src. | TIMEOUT |
/content-security-policy/font-src/font-stylesheet-font-blocked.sub.html | OK |
Test font does not load if it does not match font-src. | PASS |
/content-security-policy/form-action/form-action-self-allowed-target-blank.html | ERROR |
The form submission should not be blocked by the iframe's CSP. | TIMEOUT |
/content-security-policy/form-action/form-action-src-allowed-target-blank.sub.html | TIMEOUT |
form submission targetting _blank allowed after a redirect | NOTRUN |
/content-security-policy/form-action/form-action-src-allowed-target-frame.sub.html | TIMEOUT |
undefined | TIMEOUT |
/content-security-policy/form-action/form-action-src-allowed.sub.html | OK |
Expecting logs: ["PASS","TEST COMPLETE"] | PASS |
/content-security-policy/form-action/form-action-src-blocked.sub.html | OK |
Expecting logs: ["violated-directive=form-action","TEST COMPLETE"] | PASS |
/content-security-policy/form-action/form-action-src-default-ignored.sub.html | OK |
Expecting logs: ["PASS","TEST COMPLETE"] | FAIL |
/content-security-policy/form-action/form-action-src-get-allowed.sub.html | OK |
Expecting logs: ["PASS","TEST COMPLETE"] | PASS |
/content-security-policy/form-action/form-action-src-get-blocked.sub.html | OK |
Expecting logs: ["violated-directive=form-action","TEST COMPLETE"] | PASS |
/content-security-policy/form-action/form-action-src-javascript-blocked.sub.html | OK |
Expecting logs: ["violated-directive=form-action","TEST COMPLETE"] | PASS |
/content-security-policy/form-action/form-action-src-javascript-prevented.html | OK |
The form submission should not be blocked by when javascript prevents the load. | PASS |
/content-security-policy/form-action/form-action-src-redirect-allowed-target-blank.sub.html | TIMEOUT |
form submission targetting _blank allowed after a redirect | NOTRUN |
/content-security-policy/form-action/form-action-src-redirect-allowed-target-frame.sub.html | OK |
form submission targetting a frame allowed after a redirect | PASS |
/content-security-policy/form-action/form-action-src-redirect-blocked.sub.html | OK |
Expecting logs: ["violated-directive=form-action","blocked-uri=http://web-platform.test:8000/common/redirect.py?location=http://www1.web-platform.test:8000/content-security-policy/support/postmessage-fail.html","TEST COMPLETE"] | FAIL |
form-action-src-redirect-blocked | FAIL |
/content-security-policy/frame-ancestors/frame-ancestors-from-serviceworker.https.html | TIMEOUT |
undefined | TIMEOUT |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-none-block.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-self-block.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-star-allow.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a value '*' should render in nested frames. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-allow.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-block.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html | OK |
A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block.html | OK |
A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow.html | OK |
A 'frame-ancestors' CSP directive with a value '*' should render in nested frames. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-allow.html | OK |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-url-block.html | OK |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-sandboxed-cross-url-block.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a URL value should compare against each frame's origin rather than URL, so a nested frame with a sandboxed parent frame should be blocked due to the parent having a unique origin. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-none-block.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-self-block.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-star-allow.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a value '*' should render in nested frames. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-allow.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-cross-url-block.html | TIMEOUT |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | NOTRUN |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-none-block.html | OK |
A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow.html | OK |
A 'frame-ancestors' CSP directive with a value 'same' should block render in same-origin nested frames. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-star-allow.html | OK |
A 'frame-ancestors' CSP directive with a value '*' should render in nested frames. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-allow.html | OK |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-url-block.html | OK |
A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-none-block.html | OK |
A 'frame-ancestors' CSP directive with a value 'none' should block rendering. | PASS |
frame-ancestors-none-block | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-overrides-xfo.html | OK |
A 'frame-ancestors' CSP directive overrides an 'x-frame-options' header which would allow the page. | PASS |
A 'frame-ancestors' CSP directive overrides an 'x-frame-options' header which would block the page. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-self-allow.html | OK |
A 'frame-ancestors' CSP directive with a value 'self' should allow rendering. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-self-block.html | OK |
A 'frame-ancestors' CSP directive with a value 'self' should block rendering. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-star-allow-crossorigin.html | OK |
A 'frame-ancestors' CSP directive with '*' should allow rendering. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-star-allow-sameorigin.html | OK |
A 'frame-ancestors' CSP directive with '*' should allow rendering. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-url-allow.sub.html | OK |
A 'frame-ancestors' CSP directive with a URL matching this origin should allow rendering. | PASS |
/content-security-policy/frame-ancestors/frame-ancestors-url-block.html | OK |
A 'frame-ancestors' CSP directive with a URL which doesn't match this origin should be blocked. | PASS |
/content-security-policy/frame-ancestors/report-blocked-frame.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/frame-ancestors/report-only-frame.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/frame-src/frame-src-about-blank-allowed-by-default.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/frame-src/frame-src-about-blank-allowed-by-scheme.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/frame-src/frame-src-allowed.sub.html | OK |
Expecting alerts: ["PASS"] | PASS |
Expecting logs: ["PASS IFrame #1 generated a load event."] | PASS |
/content-security-policy/frame-src/frame-src-blocked.sub.html | OK |
Expecting logs: ["PASS IFrame #1 generated a load event.","violated-directive=frame-src"] | FAIL |
/content-security-policy/frame-src/frame-src-cross-origin-load.sub.html | OK |
Expecting alerts: ["PASS","PASS"] | PASS |
Expecting logs: ["PASS IFrame #1 generated a load event.","PASS IFrame #2 generated a load event.","PASS IFrame #3 generated a load event.","violated-directive=frame-src"] | FAIL |
/content-security-policy/frame-src/frame-src-redirect.html | TIMEOUT |
Redirected iframe src should evaluate both enforced and report-only policies on both original request and when following redirect | TIMEOUT |
/content-security-policy/frame-src/frame-src-same-document-meta.sub.html | TIMEOUT |
Same-document navigations in an iframe blocked by CSP frame-src dynamically using the <meta> tag | TIMEOUT |
/content-security-policy/frame-src/frame-src-same-document.sub.html | OK |
Same-document navigation in an iframe blocked by CSP frame-src | PASS |
/content-security-policy/frame-src/frame-src-sandboxed-allowed.html | OK |
SubframeLoaded | PASS |
/content-security-policy/frame-src/frame-src-self-unique-origin.html | OK |
Iframe's url must not match with 'self'. It must be blocked. | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-self/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-wildcard/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/script-src-wildcard/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-classic.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-classic.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-import.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-import.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-module.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/sharedworker-module.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-classic.http.html | OK |
Content Security Policy: Expects blocked for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-classic.https.html | OK |
Content Security Policy: Expects blocked for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-import.http.html | OK |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-import.https.html | OK |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-module.http.html | OK |
Content Security Policy: Expects blocked for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worker-module.https.html | OK |
Content Security Policy: Expects blocked for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-none/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-self/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.http-rp/worker-src-wildcard/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for script-tag to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-self/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-self/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-wildcard/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/script-src-wildcard/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-classic.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-classic.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-import.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-import.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-module.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/sharedworker-module.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-none/worker-classic.http.html | OK |
Content Security Policy: Expects blocked for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worker-classic.https.html | OK |
Content Security Policy: Expects blocked for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worker-import.http.html | OK |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worker-import.https.html | OK |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worker-module.http.html | OK |
Content Security Policy: Expects blocked for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worker-module.https.html | OK |
Content Security Policy: Expects blocked for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-none/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-self/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-self/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-self/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/script-tag.http.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/script-tag.https.html | OK |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-classic.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-classic.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-import-data.http.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-import-data.https.html | OK |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | FAIL |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | FAIL |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-import.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-import.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-module.http.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/sharedworker-module.https.html | OK |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-classic.http.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-classic.https.html | OK |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-classic to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-import-data.http.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-import-data.https.html | OK |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context. | PASS |
Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-import.http.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-import.https.html | OK |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-module.http.html | OK |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and keep-origin redirection from http context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-http origin and no-redirect redirection from http context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worker-module.https.html | OK |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context. | PASS |
Content Security Policy: Expects allowed for worker-module to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-animation-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-animation.https.html | OK |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-audio-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-audio.https.html | OK |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-layout-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-layout.https.html | OK |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-paint-import-data.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/gen/top.meta/worker-src-wildcard/worklet-paint.https.html | OK |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.: securitypolicyviolation | PASS |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context. | FAIL |
Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.: securitypolicyviolation | PASS |
/content-security-policy/generic/304-response-should-update-csp.sub.html | OK |
Test that the first frame does not use nonce def | FAIL |
Test that the first frame uses nonce abc | PASS |
Test that the second frame does not use nonce abc | FAIL |
Test that the second frame uses nonce def | PASS |
/content-security-policy/generic/cspro-not-enforced-in-worker.html | OK |
Check that eval is allowed since the inherited policy is report only | PASS |
Check that inline is allowed since the inherited policy is report only | PASS |
/content-security-policy/generic/directive-name-case-insensitive.sub.html | OK |
Test that the www1 image is allowed to load | PASS |
Test that the www2 image is not allowed to load | PASS |
Test that the www2 image throws a violation event | PASS |
/content-security-policy/generic/duplicate-directive.sub.html | OK |
Expecting alerts: ["PASS (1/1)"] | PASS |
/content-security-policy/generic/eval-typecheck-callout-order.tentative.html | OK |
eval of a non-string should not be checked by CSP | FAIL |
eval of a string should be checked by CSP | PASS |
/content-security-policy/generic/filesystem-urls-do-not-match-self.sub.html | TIMEOUT |
Expecting logs: ["violated-directive=script-src-elem"] | NOTRUN |
filesystem-urls-do-not-match-self | NOTRUN |
/content-security-policy/generic/filesystem-urls-match-filesystem.sub.html | OK |
Expecting logs: ["PASS (1/1)"] | NOTRUN |
/content-security-policy/generic/generic-0_1-img-src.html | OK |
Should fire violation events for every failed violation | FAIL |
Verify cascading of default-src to img-src policy | PASS |
/content-security-policy/generic/generic-0_1-script-src.html | OK |
Should fire violation events for every failed violation | FAIL |
Verify cascading of default-src to script-src policy: allow | PASS |
Verify cascading of default-src to script-src policy: block | PASS |
/content-security-policy/generic/generic-0_10.sub.html | OK |
Test that script does not fire violation event | PASS |
/content-security-policy/generic/generic-0_10_1.sub.html | OK |
Prevents access to external scripts. | PASS |
Should fire violation events for every failed violation | FAIL |
/content-security-policy/generic/generic-0_2.html | OK |
Allows scripts from the same host. | PASS |
Should fire violation events for every failed violation | PASS |
/content-security-policy/generic/generic-0_2_2.sub.html | OK |
Prevents access to external scripts. | PASS |
Should fire violation events for every failed violation | FAIL |
/content-security-policy/generic/generic-0_2_3.html | OK |
Prevents access to external scripts. | PASS |
Should fire violation events for every failed violation | FAIL |
/content-security-policy/generic/generic-0_8.sub.html | OK |
Test that script does not fire violation event | PASS |
Wildcard host matching works. | PASS |
/content-security-policy/generic/generic-0_8_1.sub.html | OK |
Wildcard host matching works. | PASS |
/content-security-policy/generic/generic-0_9.sub.html | OK |
Test that script does not fire violation event | PASS |
Wildcard port matching works. | FAIL |
/content-security-policy/generic/invalid-characters-in-policy.html | OK |
Non-ASCII character in directive name should not affect other directives. - HTTP header | PASS |
Non-ASCII character in directive name should not affect other directives. - meta tag | PASS |
Non-ASCII character in directive value should drop the whole directive. - HTTP header | FAIL |
Non-ASCII character in directive value should drop the whole directive. - meta tag | FAIL |
Non-ASCII character in directive value should not affect other directives. - HTTP header | PASS |
Non-ASCII character in directive value should not affect other directives. - meta tag | PASS |
Should load image without any CSP - HTTP header | PASS |
Should load image without any CSP - meta tag | PASS |
Should not load image with 'none' CSP - HTTP header | PASS |
Should not load image with 'none' CSP - meta tag | PASS |
/content-security-policy/generic/no-default-src.sub.html | OK |
Allows scripts from the same host. | PASS |
Violation report status OK. | PASS |
/content-security-policy/generic/only-valid-whitespaces-are-allowed.html | OK |
Should load image without any CSP - HTTP header | PASS |
Should load image without any CSP - meta tag | PASS |
Should not load image with 'none' CSP - HTTP header | PASS |
Should not load image with 'none' CSP - meta tag | PASS |
U+0009 TAB should be properly parsed between directive name and value - HTTP header | PASS |
U+0009 TAB should be properly parsed between directive name and value - meta tag | PASS |
U+0009 TAB should be properly parsed inside directive value - HTTP header | PASS |
U+0009 TAB should be properly parsed inside directive value - meta tag | PASS |
U+000A LF should be properly parsed between directive name and value - meta tag | PASS |
U+000A LF should be properly parsed inside directive value - meta tag | PASS |
U+000C FF should be properly parsed between directive name and value - HTTP header | PASS |
U+000C FF should be properly parsed between directive name and value - meta tag | PASS |
U+000C FF should be properly parsed inside directive value - HTTP header | PASS |
U+000C FF should be properly parsed inside directive value - meta tag | PASS |
U+000D CR should be properly parsed between directive name and value - meta tag | PASS |
U+000D CR should be properly parsed inside directive value - meta tag | PASS |
U+0020 SPACE should be properly parsed between directive name and value - HTTP header | PASS |
U+0020 SPACE should be properly parsed between directive name and value - meta tag | PASS |
U+0020 SPACE should be properly parsed inside directive value - HTTP header | PASS |
U+0020 SPACE should be properly parsed inside directive value - meta tag | PASS |
U+00A0 NBSP should not be parsed between directive name and value - HTTP header | PASS |
U+00A0 NBSP should not be parsed between directive name and value - meta tag | PASS |
U+00A0 NBSP should not be parsed inside directive value - HTTP header | FAIL |
U+00A0 NBSP should not be parsed inside directive value - meta tag | FAIL |
/content-security-policy/generic/policy-does-not-affect-child.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/generic/policy-inherited-correctly-by-plznavigate.html | TIMEOUT |
Violation report status OK. | FAIL |
iframe still inherits correct CSP | NOTRUN |
/content-security-policy/img-src/icon-allowed.sub.html | OK |
Test that image loads | PASS |
/content-security-policy/img-src/icon-blocked.sub.html | OK |
Test that image does not load | PASS |
Test that spv event is fired | FAIL |
/content-security-policy/img-src/img-src-4_1.sub.html | OK |
img-src for relative path should load | PASS |
img-src from approved domains should load | PASS |
img-src from unapproved domains should not load | PASS |
/content-security-policy/img-src/img-src-full-host-wildcard-blocked.sub.html | OK |
img src does not match full host and wildcard csp directive | PASS |
/content-security-policy/img-src/img-src-host-partial-wildcard-allowed.sub.html | OK |
img src matches correctly partial wildcard host csp directive | PASS |
/content-security-policy/img-src/img-src-none-blocks.html | OK |
img-src with 'none' source should not match | PASS |
/content-security-policy/img-src/img-src-port-wildcard-allowed.sub.html | OK |
img-src with wildcard port should match any port | PASS |
/content-security-policy/img-src/img-src-self-unique-origin.html | OK |
Image's url must not match with 'self'. Image must be blocked. | PASS |
/content-security-policy/img-src/img-src-wildcard-allowed.html | OK |
img-src with wildcard should match all | PASS |
img-src with wildcard should not match blob | PASS |
/content-security-policy/img-src/report-blocked-data-uri.sub.html | OK |
Expecting logs: ["violated-directive=img-src"] | PASS |
/content-security-policy/inheritance/blob-url-in-child-frame-self-navigate-inherits.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/inheritance/blob-url-in-main-window-self-navigate-inherits.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/inheritance/blob-url-inherits-from-initiator.sub.html | OK |
Initiator is cross-origin with target frame. | FAIL |
Initiator is same-origin with target frame. | FAIL |
/content-security-policy/inheritance/document-write-iframe.html | TIMEOUT |
document.open() does not change delivered CSPs. | NOTRUN |
document.open() keeps inherited CSPs on empty iframe. | TIMEOUT |
/content-security-policy/inheritance/frame-src-javascript-url.html | TIMEOUT |
<iframe src='javascript:...'>'s inherits policy (dynamically inserted <iframe> is blocked) | TIMEOUT |
/content-security-policy/inheritance/history-iframe.sub.html | OK |
History navigation in iframe: "about:blank" document is navigated back from history cross-origin. | PASS |
History navigation in iframe: "about:blank" document is navigated back from history same-origin. | PASS |
History navigation in iframe: blob URL document is navigated back from history cross-origin. | PASS |
History navigation in iframe: blob URL document is navigated back from history same-origin. | PASS |
History navigation in iframe: data URL document is navigated back from history cross-origin. | PASS |
History navigation in iframe: data URL document is navigated back from history same-origin. | PASS |
History navigation in iframe: srcdoc iframe is navigated back from history cross-origin. | PASS |
History navigation in iframe: srcdoc iframe is navigated back from history same-origin. | PASS |
/content-security-policy/inheritance/history.sub.html | TIMEOUT |
History navigation: "about:blank" document is navigated back from history cross-origin. | TIMEOUT |
History navigation: "about:blank" document is navigated back from history same-origin. | TIMEOUT |
History navigation: blob URL document is navigated back from history (without bfcache on Firefox) cross-origin. | TIMEOUT |
History navigation: blob URL document is navigated back from history (without bfcache on Firefox) same-origin. | TIMEOUT |
History navigation: blob URL document is navigated back from history cross-origin. | TIMEOUT |
History navigation: blob URL document is navigated back from history same-origin. | TIMEOUT |
/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html | OK |
<iframe sandbox src='blob:...'>'s inherits policy. (opaque origin sandbox) | PASS |
<iframe src='blob:...'>'s inherits policy. | PASS |
<iframe src='data:...'>'s inherits policy. | PASS |
<iframe src='javascript:...'>'s inherits policy. | PASS |
<iframe srcdoc>'s inherits policy. | PASS |
<iframe>'s about:blank inherits policy. | PASS |
/content-security-policy/inheritance/iframe-all-local-schemes.sub.html | TIMEOUT |
<iframe sandbox src='blob:...'>'s inherits policy. (opaque origin sandbox) | PASS |
<iframe src='blob:...'>'s inherits policy. | PASS |
<iframe src='data:...'>'s inherits policy. | PASS |
<iframe src='javascript:...'>'s inherits policy (dynamically inserted <img> is blocked) | PASS |
<iframe src='javascript:...'>'s inherits policy (static <img> is blocked) | PASS |
<iframe srcdoc>'s inherits policy. | PASS |
<iframe>'s about:blank inherits policy. | PASS |
window about:blank inherits policy. | FAIL |
window url='blob:...' inherits policy. | TIMEOUT |
window url='javascript:...'>'s inherits policy (static <img> is blocked) | TIMEOUT |
/content-security-policy/inheritance/iframe-srcdoc-inheritance.html | OK |
First image should be blocked | PASS |
Second image should be blocked | PASS |
/content-security-policy/inheritance/inheritance-from-initiator.sub.html | OK |
Changing contentWindow.location indirectly inherits from who changed it directly. | PASS |
Changing contentWindow.location inherits from who changed it. | PASS |
Click on anchor inherits from owner of the anchor. | PASS |
Form submission through button click inherits from owner of form. | PASS |
Form submission through submit() inherits from owner of form. | PASS |
Setting src inherits from parent. | PASS |
window.open() inherits from caller. | PASS |
/content-security-policy/inheritance/inherited-csp-list-modifications-are-local.html | OK |
Test that embedded iframe document image does not load | PASS |
Test that parent document image loads | PASS |
Test that spv event is fired | PASS |
/content-security-policy/inheritance/javascript-url-open-in-main-window.html | TIMEOUT |
Executing Javascript URL keeps enforcing previous CSPs of the document. | TIMEOUT |
/content-security-policy/inheritance/javascript-url-srcdoc-cross-origin-iframe-inheritance.html | TIMEOUT |
Nested cross-origin iframe should be blocked by frame-src 'self'. | TIMEOUT |
/content-security-policy/inheritance/location-reload.html | OK |
location.reload() of blob URL iframe. | PASS |
location.reload() of empty iframe. | PASS |
location.reload() of srcdoc iframe. | PASS |
/content-security-policy/inheritance/sandboxed-blob-scheme.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/inheritance/sandboxed-data-scheme.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/inheritance/unsandboxed-blob-scheme.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/inheritance/unsandboxed-data-scheme.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/inheritance/window-open-local-after-network-scheme.sub.html | TIMEOUT |
Popup being navigated to about:blank was cross-origin. | NOTRUN |
Popup being navigated to about:blank was same-origin. | TIMEOUT |
/content-security-policy/inheritance/window.html | TIMEOUT |
`document.write` into `window.open()` inherits policy. | FAIL |
window.open('blob:...') inherits policy. | TIMEOUT |
window.open('javascript:...') inherits policy. | TIMEOUT |
window.open() inherits policy. | FAIL |
/content-security-policy/inside-worker/dedicatedworker-connect-src.html | OK |
Cross-origin 'fetch()' in blob: with connect-src 'self' | PASS |
Cross-origin 'fetch()' in http: with connect-src 'self' | PASS |
Cross-origin 'fetch()' in http: without CSP | FAIL |
Cross-origin XHR in blob: with connect-src 'self' | PASS |
Cross-origin XHR in http: with connect-src 'self' | PASS |
Cross-origin XHR in http: without CSP | FAIL |
Reports match in blob: with connect-src 'self' | FAIL |
Reports match in http: with connect-src 'self' | FAIL |
Same-origin 'fetch()' in blob: with connect-src 'self' | PASS |
Same-origin 'fetch()' in http: with connect-src 'self' | PASS |
Same-origin 'fetch()' in http: without CSP | PASS |
Same-origin => cross-origin 'fetch()' in blob: with connect-src 'self' | PASS |
Same-origin => cross-origin 'fetch()' in http: with connect-src 'self' | PASS |
Same-origin => cross-origin 'fetch()' in http: without CSP | FAIL |
Same-origin XHR in blob: with connect-src 'self' | PASS |
Same-origin XHR in http: with connect-src 'self' | PASS |
Same-origin XHR in http: without CSP | PASS |
dedicatedworker-connect-src | PASS |
/content-security-policy/inside-worker/dedicatedworker-report-only.html | OK |
Cross-origin 'fetch()'. | FAIL |
Cross-origin XHR. | FAIL |
Same-origin 'fetch()'. | PASS |
Same-origin => cross-origin 'fetch()'. | FAIL |
Same-origin XHR. | PASS |
connect-src-self-report-only | FAIL |
/content-security-policy/inside-worker/dedicatedworker-script-src.html | TIMEOUT |
Cross-origin `importScripts()` blocked in blob: with script-src 'self' | TIMEOUT |
Cross-origin `importScripts()` blocked in http: with script-src 'self' | PASS |
Reports are sent for blob: with script-src 'self' | NOTRUN |
Reports are sent for http: with script-src 'self' | FAIL |
`eval()` blocked in blob: with script-src 'self' | NOTRUN |
`eval()` blocked in http: with script-src 'self' | PASS |
`setTimeout([string])` blocked in blob: with script-src 'self' | NOTRUN |
`setTimeout([string])` blocked in http: with script-src 'self' | PASS |
dedicatedworker-script-src | TIMEOUT |
/content-security-policy/inside-worker/serviceworker-connect-src.https.sub.html | OK |
Cross-origin 'fetch()' in https: with connect-src 'self' | PASS |
Cross-origin 'fetch()' in https: with default-src 'self' | PASS |
Cross-origin 'fetch()' in https: without CSP | FAIL |
Reports match in https: with connect-src 'self' | FAIL |
Reports match in https: with default-src 'self' | FAIL |
Same-origin 'fetch()' in https: with connect-src 'self' | PASS |
Same-origin 'fetch()' in https: with default-src 'self' | PASS |
Same-origin 'fetch()' in https: without CSP | PASS |
Same-origin => cross-origin 'fetch()' in https: with connect-src 'self' | PASS |
Same-origin => cross-origin 'fetch()' in https: with default-src 'self' | PASS |
Same-origin => cross-origin 'fetch()' in https: without CSP | FAIL |
serviceworker-connect-src | PASS |
serviceworker-connect-src 1 | PASS |
serviceworker-connect-src 2 | PASS |
/content-security-policy/inside-worker/serviceworker-report-only.https.sub.html | OK |
Cross-origin 'fetch()'. | FAIL |
Same-origin 'fetch()'. | PASS |
Same-origin => cross-origin 'fetch()'. | FAIL |
connect-src-self-report-only | FAIL |
serviceworker-report-only | PASS |
/content-security-policy/inside-worker/serviceworker-script-src.https.sub.html | OK |
Cross-origin `importScripts()` blocked in https: with default-src 'self' | PASS |
Cross-origin `importScripts()` blocked in https: with script-src 'self' | PASS |
Cross-origin `importScripts()` not blocked in https: withour CSP | FAIL |
Reports are sent for https: with default-src 'self' | FAIL |
Reports are sent for https: with script-src 'self' | FAIL |
`eval()` blocked in https: with default-src 'self' | PASS |
`eval()` blocked in https: with script-src 'self' | PASS |
`eval()` not blocked in https: without CSP | PASS |
`setTimeout([string])` blocked in https: with default-src 'self' | PASS |
`setTimeout([string])` blocked in https: with script-src 'self' | PASS |
`setTimeout([string])` not blocked in https: without CSP | PASS |
serviceworker-script-src | PASS |
serviceworker-script-src 1 | PASS |
serviceworker-script-src 2 | PASS |
/content-security-policy/inside-worker/sharedworker-connect-src.sub.html | OK |
Cross-origin 'fetch()' in http: with connect-src 'self' | PASS |
Cross-origin 'fetch()' in http: with default-src 'self' | PASS |
Cross-origin 'fetch()' in http: without CSP | FAIL |
Cross-origin XHR in http: with connect-src 'self' | PASS |
Cross-origin XHR in http: with default-src 'self' | PASS |
Cross-origin XHR in http: without CSP | FAIL |
Reports match in http: with connect-src 'self' | FAIL |
Reports match in http: with default-src 'self' | FAIL |
Same-origin 'fetch()' in http: with connect-src 'self' | PASS |
Same-origin 'fetch()' in http: with default-src 'self' | PASS |
Same-origin 'fetch()' in http: without CSP | PASS |
Same-origin => cross-origin 'fetch()' in http: with connect-src 'self' | PASS |
Same-origin => cross-origin 'fetch()' in http: with default-src 'self' | PASS |
Same-origin => cross-origin 'fetch()' in http: without CSP | FAIL |
Same-origin XHR in http: with connect-src 'self' | PASS |
Same-origin XHR in http: with default-src 'self' | PASS |
Same-origin XHR in http: without CSP | PASS |
sharedworker-connect-src | PASS |
/content-security-policy/inside-worker/sharedworker-report-only.sub.html | OK |
Cross-origin 'fetch()'. | FAIL |
Cross-origin XHR. | FAIL |
Same-origin 'fetch()'. | PASS |
Same-origin => cross-origin 'fetch()'. | FAIL |
Same-origin XHR. | PASS |
connect-src-self-report-only | FAIL |
/content-security-policy/inside-worker/sharedworker-script-src.sub.html | OK |
Cross-origin `importScripts()` blocked in http: with default-src 'self' | PASS |
Cross-origin `importScripts()` blocked in http: with script-src 'self' | PASS |
Cross-origin `importScripts()` not blocked in http: withour CSP | FAIL |
Reports are sent for http: with default-src 'self' | FAIL |
Reports are sent for http: with script-src 'self' | FAIL |
`eval()` blocked in http: with default-src 'self' | PASS |
`eval()` blocked in http: with script-src 'self' | PASS |
`eval()` not blocked in http: without CSP | PASS |
`setTimeout([string])` blocked in http: with default-src 'self' | PASS |
`setTimeout([string])` blocked in http: with script-src 'self' | PASS |
`setTimeout([string])` not blocked in http: without CSP | PASS |
sharedworker-script-src | PASS |
/content-security-policy/media-src/media-src-7_1.html | TIMEOUT |
In-policy async video source element | FAIL |
In-policy async video src | FAIL |
Should not fire policy violation events | NOTRUN |
/content-security-policy/media-src/media-src-7_1_2.sub.html | OK |
Disallowed async video source element | PASS |
Disallowed async video src | PASS |
Test that securitypolicyviolation events are fired | PASS |
/content-security-policy/media-src/media-src-7_2.html | TIMEOUT |
In-policy audio source element | FAIL |
In-policy audio src | FAIL |
Should not fire policy violation events | NOTRUN |
/content-security-policy/media-src/media-src-7_2_2.sub.html | OK |
Disallaowed audio src | PASS |
Disallowed audio source element | PASS |
Test that securitypolicyviolation events are fired | PASS |
/content-security-policy/media-src/media-src-7_3.sub.html | TIMEOUT |
In-policy track element | NOTRUN |
Should not fire policy violation events | NOTRUN |
/content-security-policy/media-src/media-src-7_3_2.sub.html | OK |
Disallowed track element onerror handler fires. | PASS |
Test that securitypolicyviolation events are fired | PASS |
/content-security-policy/media-src/media-src-blocked.sub.html | OK |
Disallaowed audio src | PASS |
Disallowed async video source element | PASS |
Disallowed async video src | PASS |
Disallowed audio source element | PASS |
Test that securitypolicyviolation events are fired | PASS |
/content-security-policy/media-src/media-src-redir-bug.sub.html | TIMEOUT |
In-policy async video source element | FAIL |
In-policy async video source element w/redir | NOTRUN |
In-policy async video src | FAIL |
Should not fire policy violation events | NOTRUN |
in-policy async video src w/redir | FAIL |
/content-security-policy/meta/combine-header-and-meta-policies.sub.html | OK |
Expecting logs: ["TEST COMPLETE", "violated-directive=img-src", "violated-directive=style-src-elem"] | FAIL |
combine-header-and-meta-policies | PASS |
/content-security-policy/meta/meta-img-src.html | OK |
Expecting logs: ["PASS","TEST COMPLETE"] | PASS |
/content-security-policy/meta/meta-modified.html | OK |
Expecting logs: ["PASS", "PASS","TEST COMPLETE"] | PASS |
/content-security-policy/meta/meta-outside-head.sub.html | OK |
Expecting alerts: ["PASS (1/1)"] | PASS |
/content-security-policy/meta/sandbox-iframe.html | OK |
img-src 'self' works when specified in a meta tag. | FAIL |
/content-security-policy/navigate-to/anchor-navigation-always-allowed.html | OK |
Test that anchor navigation is allowed regardless of the `navigate-to` directive | PASS |
/content-security-policy/navigate-to/child-navigates-parent-allowed.html | OK |
Test that the child can navigate the parent because the relevant policy belongs to the navigation initiator (in this case the child, which has the policy `navigate-to 'self'`) | PASS |
/content-security-policy/navigate-to/child-navigates-parent-blocked.sub.html | OK |
Test that the child can't navigate the parent because the relevant policy belongs to the navigation initiator (in this case the child which has the policy `navigate-to 'none'`) | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/form-action/form-action-allows-navigate-to-allows.sub.html | OK |
Test that form-action overrides navigate-to when present. | PASS |
/content-security-policy/navigate-to/form-action/form-action-allows-navigate-to-blocks.sub.html | OK |
Test that form-action overrides navigate-to when present. | PASS |
/content-security-policy/navigate-to/form-action/form-action-blocks-navigate-to-allows.sub.html | OK |
Test that form-action overrides navigate-to when present. | FAIL |
/content-security-policy/navigate-to/form-action/form-action-blocks-navigate-to-blocks.sub.html | OK |
Test that form-action overrides navigate-to when present. | FAIL |
/content-security-policy/navigate-to/form-allowed.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/form-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/form-cross-origin-allowed.sub.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/form-cross-origin-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/form-redirected-allowed.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/form-redirected-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/href-location-allowed.html | TIMEOUT |
Test that the child iframe navigation is allowed | NOTRUN |
/content-security-policy/navigate-to/href-location-blocked.sub.html | TIMEOUT |
Test that the child iframe navigation is not allowed | NOTRUN |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/href-location-cross-origin-allowed.sub.html | TIMEOUT |
Test that the child iframe navigation is allowed | NOTRUN |
/content-security-policy/navigate-to/href-location-cross-origin-blocked.sub.html | TIMEOUT |
Test that the child iframe navigation is not allowed | NOTRUN |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/href-location-redirected-allowed.html | TIMEOUT |
Test that the child iframe navigation is allowed | NOTRUN |
/content-security-policy/navigate-to/href-location-redirected-blocked.sub.html | TIMEOUT |
Test that the child iframe navigation is not allowed | NOTRUN |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/link-click-allowed.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/link-click-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/link-click-cross-origin-allowed.sub.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/link-click-cross-origin-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/link-click-redirected-allowed.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/link-click-redirected-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/meta-refresh-allowed.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/meta-refresh-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/meta-refresh-cross-origin-allowed.sub.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/meta-refresh-cross-origin-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/meta-refresh-redirected-allowed.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/meta-refresh-redirected-blocked.sub.html | OK |
Test that the child iframe navigation is not allowed | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/parent-navigates-child-allowed.html | OK |
Test that the parent can navigate the child because the relevant policy belongs to the navigation initiator (in this case the parent, which has the policy `navigate-to 'self'`) | PASS |
/content-security-policy/navigate-to/parent-navigates-child-blocked.html | OK |
Test that the parent can't navigate the child because the relevant policy belongs to the navigation initiator (in this case the parent, which has the policy `navigate-to support/wait_for_navigation.html;`) | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html | TIMEOUT |
Test that no spv event is raised | NOTRUN |
Violation report status OK. | PASS |
/content-security-policy/navigate-to/unsafe-allow-redirects/allowed-end-of-chain-because-of-same-origin.sub.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/unsafe-allow-redirects/allowed-end-of-chain.sub.html | OK |
Test that the child iframe navigation is allowed | PASS |
/content-security-policy/navigate-to/unsafe-allow-redirects/blocked-end-of-chain.sub.html | OK |
Test that the child iframe navigation is blocked | FAIL |
/content-security-policy/navigation/javascript-url-navigation-inherits-csp.html | ERROR |
/content-security-policy/navigation/javascript-url-navigation-inherits-csp.html | ERROR |
/content-security-policy/navigation/to-javascript-parent-initiated-child-csp.html | OK |
Should have executed the javascript url | PASS |
/content-security-policy/navigation/to-javascript-parent-initiated-parent-csp-disallow.html | OK |
Should not have executed the javascript url | PASS |
/content-security-policy/navigation/to-javascript-parent-initiated-parent-csp.html | TIMEOUT |
Should not have executed the javascript url | NOTRUN |
/content-security-policy/navigation/to-javascript-url-frame-src.html | OK |
<iframe src='javascript:...'> not blocked by 'frame-src' | PASS |
/content-security-policy/navigation/to-javascript-url-script-src.html | TIMEOUT |
<iframe src='...'> with 'unsafe-inline' navigated to 'javascript:' blocked in this document | TIMEOUT |
<iframe src='...'> without 'unsafe-inline' navigated to 'javascript:' blocked in this document. | TIMEOUT |
<iframe src='javascript:'> blocked without 'unsafe-inline'. | TIMEOUT |
<iframe> navigated to 'javascript:' blocked without 'unsafe-inline'. | TIMEOUT |
/content-security-policy/nonce-hiding/nonces.html | OK |
Basic nonce tests for div in HTML namespace | FAIL |
Basic nonce tests for meh in HTML namespace | FAIL |
Basic nonce tests for meh in SVG namespace | FAIL |
Basic nonce tests for script in HTML namespace | FAIL |
Basic nonce tests for script in SVG namespace | FAIL |
Basic nonce tests for svg in SVG namespace | FAIL |
Ensure that removal of content attribute does not affect IDL attribute for div in HTML namespace | FAIL |
Ensure that removal of content attribute does not affect IDL attribute for meh in HTML namespace | FAIL |
Ensure that removal of content attribute does not affect IDL attribute for meh in SVG namespace | FAIL |
Ensure that removal of content attribute does not affect IDL attribute for script in HTML namespace | FAIL |
Ensure that removal of content attribute does not affect IDL attribute for script in SVG namespace | FAIL |
Ensure that removal of content attribute does not affect IDL attribute for svg in SVG namespace | FAIL |
Test empty nonces for div in HTML namespace | FAIL |
Test empty nonces for meh in HTML namespace | FAIL |
Test empty nonces for meh in SVG namespace | FAIL |
Test empty nonces for script in HTML namespace | FAIL |
Test empty nonces for script in SVG namespace | FAIL |
Test empty nonces for svg in SVG namespace | FAIL |
/content-security-policy/nonce-hiding/script-nonces-hidden-meta.sub.html | OK |
Cloned node retains nonce when inserted. | FAIL |
Cloned node retains nonce. | FAIL |
Document-written script executes. | PASS |
Document-written script's nonce value. | FAIL |
Nonces leak via CSS side-channels. | PASS |
Reading 'nonce' content attribute and IDL attribute. | FAIL |
Writing 'nonce' IDL attribute. | PASS |
Writing 'nonce' content attribute. | FAIL |
createElement.nonce. | FAIL |
createElement.setAttribute. | FAIL |
setAttribute('nonce') overwrites '.nonce' upon insertion. | FAIL |
/content-security-policy/nonce-hiding/script-nonces-hidden.html | OK |
Cloned node retains nonce when inserted. | FAIL |
Cloned node retains nonce. | FAIL |
Custom elements expose the correct events. | FAIL |
Document-written script executes. | PASS |
Document-written script's nonce value. | FAIL |
Nonces don't leak via CSS side-channels. | FAIL |
Reading 'nonce' content attribute and IDL attribute. | FAIL |
Writing 'nonce' IDL attribute. | PASS |
Writing 'nonce' content attribute. | FAIL |
createElement.nonce. | FAIL |
createElement.setAttribute. | FAIL |
setAttribute('nonce') overwrites '.nonce' upon insertion. | FAIL |
/content-security-policy/nonce-hiding/svgscript-nonces-hidden-meta.sub.html | OK |
Cloned node retains nonce when inserted. | FAIL |
Cloned node retains nonce. | FAIL |
Document-written script executes. | PASS |
Document-written script's nonce value. | FAIL |
Reading 'nonce' content attribute and IDL attribute. | FAIL |
Writing 'nonce' IDL attribute. | PASS |
Writing 'nonce' content attribute. | FAIL |
createElement.nonce. | PASS |
createElement.setAttribute. | FAIL |
/content-security-policy/nonce-hiding/svgscript-nonces-hidden.html | OK |
Cloned node retains nonce when inserted. | FAIL |
Cloned node retains nonce. | FAIL |
Document-written script executes. | PASS |
Document-written script's nonce value. | FAIL |
Reading 'nonce' content attribute and IDL attribute. | FAIL |
Writing 'nonce' IDL attribute. | PASS |
Writing 'nonce' content attribute. | FAIL |
createElement.nonce. | PASS |
createElement.setAttribute. | FAIL |
/content-security-policy/object-src/object-src-no-url-allowed.html | OK |
Violation report status OK. | PASS |
/content-security-policy/object-src/object-src-no-url-blocked.html | TIMEOUT |
Should block the object and fire a spv | NOTRUN |
/content-security-policy/object-src/object-src-url-allowed.html | OK |
Violation report status OK. | PASS |
/content-security-policy/object-src/object-src-url-blocked.html | OK |
Should block the object and fire a spv | PASS |
/content-security-policy/object-src/object-src-url-embed-allowed.html | OK |
Violation report status OK. | PASS |
/content-security-policy/object-src/object-src-url-embed-blocked.html | OK |
Should block the object and fire a spv | PASS |
/content-security-policy/object-src/object-src-url-redirect-allowed.html | OK |
Violation report status OK. | PASS |
/content-security-policy/object-src/object-src-url-redirect-blocked.sub.html | OK |
Should block the object and fire a spv | PASS |
/content-security-policy/plugin-types/plugin-types-ignored.html | OK |
Violation report status OK. | PASS |
/content-security-policy/prefetch-src/prefetch-allowed.html | OK |
Prefetch succeeds when allowed by prefetch-src | FAIL |
/content-security-policy/prefetch-src/prefetch-blocked-by-default.html | OK |
`default-src`-blocked prefetch generates report. | FAIL |
/content-security-policy/prefetch-src/prefetch-blocked.html | TIMEOUT |
Blocked prefetch generates report. | TIMEOUT |
/content-security-policy/prefetch-src/prefetch-header-allowed.html | TIMEOUT |
Prefetch via `Link` header succeeds when allowed by prefetch-src | TIMEOUT |
/content-security-policy/prefetch-src/prefetch-header-blocked-by-default.html | OK |
Prefetch via `Link` header blocked when allowed by default-src | FAIL |
/content-security-policy/prefetch-src/prefetch-header-blocked.html | TIMEOUT |
Prefetch via `Link` header blocked when allowed by prefetch-src | TIMEOUT |
/content-security-policy/reporting-api/report-to-directive-allowed-in-meta.https.sub.html | OK |
Event is fired | PASS |
Report is observable to ReportingObserver | FAIL |
Test that image does not load | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting-api/reporting-api-doesnt-send-reports-without-violation.https.sub.html | OK |
Test that image loads | PASS |
Violation report status OK. | PASS |
/content-security-policy/reporting-api/reporting-api-report-only-sends-reports-on-violation.https.sub.html | OK |
Event is fired | PASS |
Test that image does not load | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting-api/reporting-api-report-to-only-sends-reports-to-first-endpoint.https.sub.html | OK |
Event is fired | PASS |
Test that image does not load | PASS |
Violation report status OK. | PASS |
/content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-1.https.sub.html | OK |
Event is fired | PASS |
Test that image does not load | PASS |
Violation report status OK. | PASS |
/content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-2.https.sub.html | OK |
Event is fired | PASS |
Test that image does not load | PASS |
Violation report status OK. | PASS |
/content-security-policy/reporting-api/reporting-api-sends-reports-on-violation.https.sub.html | OK |
Event is fired | PASS |
Report is observable to ReportingObserver | FAIL |
Test that image does not load | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting-api/reporting-api-works-on-frame-ancestors.https.sub.html | OK |
No report to parent. | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting-api/reporting-api-works-on-frame-src.https.sub.html | OK |
Event is fired | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting/multiple-report-policies.html | OK |
1-Violation report status OK | FAIL |
2-Violation report status OK | FAIL |
/content-security-policy/reporting/post-redirect-stacktrace.https.html | TIMEOUT |
CSP report do not leak cross-origin post-redirect URL | NOTRUN |
CSP report do not leak cross-site post-redirect URL | NOTRUN |
StackTrace do not leak cross-origin post-redirect URL | TIMEOUT |
StackTrace do not leak cross-site post-redirect URL | NOTRUN |
/content-security-policy/reporting/report-and-enforce.html | OK |
The image should be blocked | PASS |
The stylesheet should load | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-blocked-data-uri.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-blocked-uri-cross-origin.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-blocked-uri.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-clips-sample.https.html | OK |
Function constructor - the other kind of eval - is clipped. | FAIL |
Trusted Types violation sample is clipped to 40 characters excluded the sink name. | FAIL |
Unsafe eval violation sample is clipped to 40 characters. | FAIL |
/content-security-policy/reporting/report-cross-origin-no-cookies.sub.html | OK |
Image should not load | PASS |
Test report cookies. | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-frame-ancestors-with-x-frame-options.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-frame-ancestors.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-multiple-violations-01.html | OK |
Test number of sent reports. | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-multiple-violations-02.html | OK |
Test number of sent reports. | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-only-in-meta.sub.html | OK |
Image should load | PASS |
Violation report status OK. | PASS |
checkReport tests loaded | PASS |
/content-security-policy/reporting/report-only-unsafe-eval.html | OK |
Eval is allowed because the CSP is report-only | PASS |
SPV event is still raised | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-original-url-on-mixed-content-frame.https.sub.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-original-url.sub.html | OK |
Block after redirect, cross-origin = original URL in report | PASS |
Block after redirect, same-origin = original URL in report | PASS |
Direct block, cross-origin = full URL in report | PASS |
Direct block, same-origin = full URL in report | PASS |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-same-origin-with-cookies.html | OK |
Image should not load | PASS |
Test report cookies. | FAIL |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-strips-fragment.html | OK |
Reported document URI does not contain fragments. | PASS |
/content-security-policy/reporting/report-uri-effective-directive.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-uri-from-child-frame.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-uri-from-inline-javascript.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-uri-from-javascript.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-uri-multiple-reversed.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-uri-multiple.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/reporting/report-uri-scheme-relative.html | OK |
Violation report status OK. | FAIL |
/content-security-policy/sandbox/iframe-inside-csp.sub.html | OK |
Expecting logs: ["PASS (1/2): Script can execute","PASS (2/2): Eval works"] | PASS |
/content-security-policy/sandbox/meta-element.sub.html | OK |
Document shouldn't be sandboxed by <meta> | PASS |
Worker shouldn't be sandboxed by inheriting <meta> | PASS |
Worker shouldn't be sandboxed when created <iframe> inheriting parent's CSP with sandbox <meta> | PASS |
/content-security-policy/sandbox/sandbox-allow-scripts-subframe.sub.html | OK |
Expecting logs: ["Message"] | PASS |
/content-security-policy/sandbox/sandbox-allow-scripts.sub.html | OK |
Expecting logs: ["Message"] | PASS |
/content-security-policy/sandbox/sandbox-empty-subframe.sub.html | OK |
Expecting logs: ["PASS2"] | PASS |
/content-security-policy/sandbox/sandbox-empty.sub.html | OK |
Expecting logs: ["PASS2"] | PASS |
/content-security-policy/sandbox/service-worker-sandbox.https.html | OK |
Origin of service worker | PASS |
Origin used in fetch on service worker (mode: cors) | PASS |
Origin used in fetch on service worker (mode: cors, with ACAOrigin) | PASS |
Origin used in fetch on service worker (mode: same-origin) | PASS |
Origin used in fetch on service worker (mode: same-origin, with ACAOrigin) | PASS |
Response generated by service worker can be fetched as same-origin | PASS |
global cleanup | PASS |
global setup | PASS |
/content-security-policy/sandbox/shared-worker-sandbox.html | OK |
sandbox directive for SharedWorker | PASS |
/content-security-policy/sandbox/window-reuse-sandboxed.html | TIMEOUT |
Window object should not be reused | NOTRUN |
/content-security-policy/sandbox/window-reuse-unsandboxed.html | TIMEOUT |
Window object should be reused | NOTRUN |
/content-security-policy/script-src-attr-elem/script-src-attr-allowed-src-blocked.html | OK |
Should not fire a security policy violation event | FAIL |
/content-security-policy/script-src-attr-elem/script-src-attr-blocked-src-allowed.html | TIMEOUT |
Should fire a security policy violation event | NOTRUN |
/content-security-policy/script-src-attr-elem/script-src-elem-allowed-attr-blocked.html | TIMEOUT |
Should execute the inline script block | PASS |
Should fire a security policy violation for the attribute | NOTRUN |
/content-security-policy/script-src-attr-elem/script-src-elem-allowed-src-blocked.html | OK |
Should not fire a security policy violation event | FAIL |
/content-security-policy/script-src-attr-elem/script-src-elem-blocked-attr-allowed.html | TIMEOUT |
Should execute the inline script attribute | PASS |
Should fire a security policy violation for the attribute | NOTRUN |
/content-security-policy/script-src-attr-elem/script-src-elem-blocked-src-allowed.html | TIMEOUT |
Should fire a spv event | NOTRUN |
/content-security-policy/script-src-attr-elem/strict-dynamic-elem-allowed-src-blocked.html | OK |
Should not fire a security policy violation event | FAIL |
/content-security-policy/script-src-attr-elem/strict-dynamic-elem-blocked-src-allowed.sub.html | OK |
Should fire a security policy violation event | FAIL |
/content-security-policy/script-src/eval-allowed-in-report-only-mode-and-sends-report.html | OK |
Eval is allowed because the CSP is report-only | PASS |
Violation report status OK. | FAIL |
/content-security-policy/script-src/eval-allowed-in-report-only-mode.html | OK |
Eval is allowed because the CSP is report-only | PASS |
/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-1.html | OK |
Should convert the script contents to UTF-8 before hashing | FAIL |
/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-3.html | OK |
Should convert the script contents to UTF-8 before hashing | FAIL |
/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-7.html | OK |
Should convert the script contents to UTF-8 before hashing | FAIL |
/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-9.html | OK |
Should convert the script contents to UTF-8 before hashing | FAIL |
/content-security-policy/script-src/hash-always-converted-to-utf-8/utf-8-lone-surrogate.html | OK |
Should convert the script contents to UTF-8 before hashing | PASS |
/content-security-policy/script-src/hash-always-converted-to-utf-8/utf-8.html | OK |
Should convert the script contents to UTF-8 before hashing - greek small letter mu | PASS |
Should convert the script contents to UTF-8 before hashing - latin capital letter g with breve | PASS |
Should convert the script contents to UTF-8 before hashing - latin micro sign | PASS |
/content-security-policy/script-src/injected-inline-script-allowed.sub.html | OK |
Expecting logs: ["Pass 1 of 2","Pass 2 of 2"] | PASS |
/content-security-policy/script-src/injected-inline-script-blocked.sub.html | OK |
Expecting logs: ["violated-directive=script-src-elem","blocked-uri=inline"] | FAIL |
/content-security-policy/script-src/javascript-window-open-blocked.html | TIMEOUT |
Check that a securitypolicyviolation event is fired | NOTRUN |
/content-security-policy/script-src/nonce-enforce-blocked.html | OK |
Unnonced scripts generate reports. | FAIL |
/content-security-policy/script-src/script-src-1_1.html | OK |
Inline event handler | PASS |
Inline script block | PASS |
Should fire policy violation events | FAIL |
/content-security-policy/script-src/script-src-1_10.html | OK |
Test that securitypolicyviolation event is fired | FAIL |
Verify that data: as script src doesn't run with this policy | PASS |
/content-security-policy/script-src/script-src-1_10_1.html | OK |
Test that no report violation event was raised | PASS |
Verify that data: as script src runs with this policy | PASS |
/content-security-policy/script-src/script-src-1_2.html | OK |
Inline event handler | PASS |
Inline script block | PASS |
Should fire policy violation events | FAIL |
/content-security-policy/script-src/script-src-1_2_1.html | OK |
DOM manipulation inline tests | PASS |
Test that securitypolicyviolation event is fired | FAIL |
/content-security-policy/script-src/script-src-1_3.html | OK |
Inline script in a script tag should run with an unsafe-inline directive | PASS |
Should not fire policy violation events | PASS |
/content-security-policy/script-src/script-src-1_4.html | OK |
Test that securitypolicyviolation event is fired | PASS |
eval() should not run without 'unsafe-eval' script-src directive. | PASS |
eval() should throw without 'unsafe-eval' keyword source in script-src directive. | PASS |
/content-security-policy/script-src/script-src-1_4_1.html | OK |
Test that securitypolicyviolation event is fired | PASS |
window.setInterval() | PASS |
window.setTimeout() | PASS |
/content-security-policy/script-src/script-src-1_4_2.html | OK |
Test that securitypolicyviolation event is fired | PASS |
Unsafe eval ran in Function() constructor. | PASS |
/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html | OK |
Test that script executes if allowed by proper hash values | PASS |
/content-security-policy/script-src/script-src-multiple-policies-one-using-hashing-algorithms.html | OK |
Test that script executes if allowed by proper hash values | PASS |
/content-security-policy/script-src/script-src-overrides-default-src.sub.html | OK |
Expecting logs: ["PASS 1 of 2","PASS 2 of 2"] | PASS |
/content-security-policy/script-src/script-src-report-only-policy-works-with-external-hash-policy.html | OK |
External script in a script tag with matching SRI hash should run. | FAIL |
Should fire securitypolicyviolation event | FAIL |
/content-security-policy/script-src/script-src-report-only-policy-works-with-hash-policy.html | OK |
Test that script executes if allowed by proper hash values | PASS |
Test that the securitypolicyviolation event is fired | FAIL |
/content-security-policy/script-src/script-src-sri_hash.sub.html | OK |
External script in a script tag with matching SRI hash should run. | FAIL |
Load all the tests. | PASS |
crossorigin mismatched integrity but allowed host | PASS |
crossorigin no integrity but allowed host | PASS |
matching integrity | FAIL |
matching plus unsupported integrity | FAIL |
mismatched integrity | PASS |
multiple matching integrity | FAIL |
multiple mismatched integrity | PASS |
no integrity | PASS |
partially matching integrity | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_and_unsafe_eval_eval.html | OK |
Script injected via `eval` is allowed with `strict-dynamic` with `unsafe-eval`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_and_unsafe_eval_new_function.html | OK |
Script injected via `new Function()` is allowed with `strict-dynamic` with `unsafe-eval`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_discard_source_expressions.html | OK |
Allowed scripts without a correct nonce are not permitted with `strict-dynamic`. | FAIL |
/content-security-policy/script-src/script-src-strict_dynamic_double_policy_different_nonce.html | OK |
Script injected via `appendChild` with a correct nonce is allowed with `strict-dynamic` + a nonce-only double policy. | PASS |
Unnonced script injected via `appendChild` is not allowed with `strict-dynamic` + a nonce-only double policy. | FAIL |
/content-security-policy/script-src/script-src-strict_dynamic_double_policy_honor_source_expressions.sub.html | OK |
Non-allowed script injected via `appendChild` is not permitted with `strict-dynamic` + a nonce+allowed double policy. | FAIL |
Script injected via `appendChild` is permitted with `strict-dynamic` + a nonce+allowed double policy. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_double_policy_report_only.html | OK |
Script injected via `appendChild` is allowed with `strict-dynamic` + Report-Only `script-src 'none'` policy. | FAIL |
/content-security-policy/script-src/script-src-strict_dynamic_eval.html | OK |
Script injected via `eval` is not allowed with `strict-dynamic` without `unsafe-eval`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_hashes.html | OK |
Script injected via `appendChild` from a script matching SHA256 hash is allowed with `strict-dynamic`. | PASS |
Script matching SHA256 hash is allowed with `strict-dynamic`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_in_img-src.html | OK |
`strict-dynamic` does not drop allowed source expressions in `img-src`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_javascript_uri.html | OK |
Script injected via `javascript:` URIs are not allowed with `strict-dynamic`. | FAIL |
/content-security-policy/script-src/script-src-strict_dynamic_meta_tag.html | OK |
Script injected via `appendChild` is allowed with `strict-dynamic`, even if it carries an incorrect nonce. | PASS |
Script injected via `appendChild` is allowed with `strict-dynamic`. | PASS |
Script injected via `appendChild` populated via `textContent` is allowed with `strict-dynamic`, even if it carries an incorrect nonce. | PASS |
Script injected via `appendChild` populated via `textContent` is allowed with `strict-dynamic`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_new_function.html | OK |
Script injected via 'eval' is not allowed with 'strict-dynamic' without 'unsafe-eval'. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_non_parser_inserted.html | OK |
Script injected via `appendChild` is allowed with `strict-dynamic`, even if it carries an incorrect nonce. | PASS |
Script injected via `appendChild` is allowed with `strict-dynamic`. | PASS |
Script injected via `appendChild` populated via `textContent` is allowed with `strict-dynamic`, even if it carries an incorrect nonce. | PASS |
Script injected via `appendChild` populated via `textContent` is allowed with `strict-dynamic`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_non_parser_inserted_incorrect_nonce.html | OK |
All the expected CSP violation reports have been fired. | FAIL |
/content-security-policy/script-src/script-src-strict_dynamic_parser_inserted.html | OK |
Parser-inserted async script via `document.write` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Parser-inserted async script via `document.writeln` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Parser-inserted deferred async script via `document.write` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Parser-inserted deferred async script via `document.writeln` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Parser-inserted deferred script via `document.write` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Parser-inserted deferred script via `document.writeln` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Parser-inserted script via `document.write` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Parser-inserted script via `document.writeln` without a correct nonce is not allowed with `strict-dynamic`. | FAIL |
Script injected via `innerHTML` is not allowed with `strict-dynamic`. | FAIL |
Script injected via `insertAdjacentHTML` is not allowed with `strict-dynamic`. | FAIL |
/content-security-policy/script-src/script-src-strict_dynamic_parser_inserted_correct_nonce.html | OK |
Parser-inserted async script via `document.write` with a correct nonce is allowed with `strict-dynamic`. | PASS |
Parser-inserted async script via `document.writeln` with a correct nonce is allowed with `strict-dynamic`. | PASS |
Parser-inserted deferred async script via `document.write` with a correct nonce is allowed with `strict-dynamic`. | PASS |
Parser-inserted deferred async script via `document.writeln` with a correct nonce is allowed with `strict-dynamic`. | PASS |
Parser-inserted deferred script via `document.write` with a correct nonce is allowed with `strict-dynamic`. | PASS |
Parser-inserted deferred script via `document.writeln` with a correct nonce is allowed with `strict-dynamic`. | PASS |
Parser-inserted script via `document.write` with a correct nonce is allowed with `strict-dynamic`. | PASS |
Parser-inserted script via `document.writeln` with a correct nonce is allowed with `strict-dynamic`. | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_worker-importScripts.https.html | OK |
`importScripts(...)` is allowed by 'strict-dynamic' | PASS |
/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html | OK |
Dedicated worker is allowed via 'strict-dynamic' | PASS |
Service worker is allowed via 'strict-dynamic' | PASS |
Shared worker is allowed via 'strict-dynamic' | PASS |
/content-security-policy/script-src/script-src-wildcards-disallowed.html | OK |
blob: URIs should not match * | PASS |
data: URIs should not match * | PASS |
filesystem URIs should not match * | PASS |
/content-security-policy/script-src/scripthash-allowed.sub.html | OK |
Expecting alerts: ["PASS (1/4)","PASS (2/4)","PASS (3/4)","PASS (4/4)"] | PASS |
/content-security-policy/script-src/scripthash-basic-blocked-error-event.html | OK |
CSP script-hash block causes error event | PASS |
/content-security-policy/script-src/scripthash-basic-blocked.sub.html | OK |
Expecting alerts: ["PASS (1/1)"] | PASS |
/content-security-policy/script-src/scripthash-case-insensitive.sub.html | OK |
Expecting alerts: ["PASS (1/6)","PASS (2/6)","PASS (3/6)","PASS (4/6)","PASS (5/6)","PASS (6/6)"] | PASS |
/content-security-policy/script-src/scripthash-changed-1.html | OK |
scr1.innerText before modification should not be blocked | FAIL |
/content-security-policy/script-src/scripthash-changed-2.html | OK |
scr2.innerText before modification should be blocked | PASS |
/content-security-policy/script-src/scripthash-default-src.sub.html | TIMEOUT |
/content-security-policy/script-src/scripthash-default-src.sub.html | TIMEOUT |
/content-security-policy/script-src/scripthash-ignore-unsafeinline.sub.html | OK |
Expecting alerts: ["PASS (1/1)"] | PASS |
/content-security-policy/script-src/scripthash-unicode-normalization.sub.html | OK |
Only matching content runs even with NFC normalization. | PASS |
Should fire securitypolicyviolation | FAIL |
/content-security-policy/script-src/scriptnonce-allowed.sub.html | OK |
Expecting alerts: ["PASS (1/2)","PASS (2/2)"] | PASS |
/content-security-policy/script-src/scriptnonce-and-scripthash.sub.html | OK |
Expecting alerts: ["PASS (1/3)","PASS (2/3)","PASS (3/3)"] | FAIL |
/content-security-policy/script-src/scriptnonce-basic-blocked.sub.html | OK |
Expecting alerts: ["PASS (closely-quoted nonce)","PASS (nonce w/whitespace)", "violated-directive=script-src-elem", "violated-directive=script-src-elem", "violated-directive=script-src-elem"] | FAIL |
/content-security-policy/script-src/scriptnonce-changed-1.html | OK |
scr1 nonce before modification should not be blocked | PASS |
/content-security-policy/script-src/scriptnonce-changed-2.html | OK |
scr2 nonce before modification should be blocked | PASS |
/content-security-policy/script-src/scriptnonce-ignore-unsafeinline.sub.html | OK |
Expecting alerts: ["PASS (1/2)","PASS (2/2)", "violated-directive=script-src-elem"] | FAIL |
/content-security-policy/script-src/scriptnonce-redirect.sub.html | OK |
Expecting alerts: ["PASS"] | PASS |
/content-security-policy/script-src/srcdoc-doesnt-bypass-script-src.sub.html | OK |
Expecting logs: ["violated-directive=script-src-elem"] | FAIL |
/content-security-policy/script-src/worker-data-set-timeout.sub.html | OK |
Shared worker with data: url inherits CSP | FAIL |
/content-security-policy/script-src/worker-eval-blocked.sub.html | OK |
Expecting logs: ["eval blocked"] | PASS |
/content-security-policy/script-src/worker-function-function-blocked.sub.html | OK |
Expecting logs: ["Function() function blocked"] | PASS |
/content-security-policy/script-src/worker-importscripts.sub.html | OK |
Dedicated worker inherits CSP from main document | FAIL |
Shared worker delivers its own CSP | PASS |
/content-security-policy/script-src/worker-script-src.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/script-src/worker-set-timeout.sub.html | OK |
Dedicated worker inherits CSP from main document | FAIL |
Shared worker delivers its own CSP | PASS |
/content-security-policy/securitypolicyviolation/blockeduri-eval.html | OK |
Eval violations have a blockedURI of 'eval' | PASS |
/content-security-policy/securitypolicyviolation/blockeduri-inline.html | OK |
Inline violations have a blockedURI of 'inline' | PASS |
/content-security-policy/securitypolicyviolation/constructor-required-fields.html | OK |
SecurityPolicyViolationEvent constructor does not require blockedURI | PASS |
SecurityPolicyViolationEvent constructor does not require columnNumber | PASS |
SecurityPolicyViolationEvent constructor does not require lineNumber | PASS |
SecurityPolicyViolationEvent constructor does not require referrer | PASS |
SecurityPolicyViolationEvent constructor does not require sample | PASS |
SecurityPolicyViolationEvent constructor does not require sourceFile | PASS |
SecurityPolicyViolationEvent constructor requires disposition | FAIL |
SecurityPolicyViolationEvent constructor requires documentURI | FAIL |
SecurityPolicyViolationEvent constructor requires effectiveDirective | FAIL |
SecurityPolicyViolationEvent constructor requires originalPolicy | FAIL |
SecurityPolicyViolationEvent constructor requires statusCode | FAIL |
SecurityPolicyViolationEvent constructor requires violatedDirective | FAIL |
SecurityPolicyViolationEvent constructor should throw with no parameters | PASS |
SecurityPolicyViolationEvent constructor works with an init dict | PASS |
/content-security-policy/securitypolicyviolation/img-src-redirect-upgrade-reporting.https.html | OK |
Image that redirects to http:// URL prohibited by Report-Only must generate a violation report, even with upgrade-insecure-requests | PASS |
/content-security-policy/securitypolicyviolation/img-src-redirect.sub.html | OK |
The blocked URI in the security policy violation event should be the original URI before redirects. | PASS |
/content-security-policy/securitypolicyviolation/inside-dedicated-worker.html | OK |
No SecurityPolicyViolation event fired for successful load. | PASS |
SecurityPolicyViolation event fired on global with the correct blockedURI. | PASS |
SecurityPolicyViolation event fired on global. | PASS |
/content-security-policy/securitypolicyviolation/inside-service-worker.https.html | OK |
No SecurityPolicyViolation event fired for successful load. | PASS |
SecurityPolicyViolation event fired on global with the correct blockedURI. | PASS |
SecurityPolicyViolation event fired on global. | PASS |
/content-security-policy/securitypolicyviolation/inside-shared-worker.html | OK |
No SecurityPolicyViolation event fired for successful load. | PASS |
SecurityPolicyViolation event fired on global with the correct blockedURI. | PASS |
SecurityPolicyViolation event fired on global. | PASS |
/content-security-policy/securitypolicyviolation/script-sample-no-opt-in.html | TIMEOUT |
Inline event handlers should not have a sample. | PASS |
Inline script should not have a sample. | PASS |
JavaScript URLs in iframes should not have a sample. | TIMEOUT |
eval()-alikes should not have a sample. | PASS |
/content-security-policy/securitypolicyviolation/script-sample.html | TIMEOUT |
Inline event handlers should have a sample. | PASS |
Inline script should have a sample. | PASS |
JavaScript URLs in iframes should have a sample. | TIMEOUT |
eval() should have a sample. | PASS |
setInterval() should have a sample. | PASS |
setTimeout() should have a sample. | PASS |
/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image-from-script.sub.html | OK |
Non-redirected cross-origin URLs are not stripped. | FAIL |
/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image.sub.html | OK |
Non-redirected cross-origin URLs are not stripped. | PASS |
/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image-from-script.sub.html | OK |
Non-redirected cross-origin URLs are not stripped. | FAIL |
/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image.sub.html | OK |
Non-redirected same-origin URLs are not stripped. | PASS |
/content-security-policy/securitypolicyviolation/source-file-blob-scheme.html | OK |
Violations from data:-URL scripts have a sourceFile of 'blob' | FAIL |
/content-security-policy/securitypolicyviolation/source-file-data-scheme.html | OK |
Violations from data:-URL scripts have a sourceFile of 'data' | FAIL |
/content-security-policy/securitypolicyviolation/style-sample-no-opt-in.html | OK |
Inline style attributes should not have a sample. | PASS |
Inline style blocks should not have a sample. | PASS |
/content-security-policy/securitypolicyviolation/style-sample.html | OK |
Inline style attributes should have a sample. | PASS |
Inline style blocks should have a sample. | PASS |
/content-security-policy/securitypolicyviolation/targeting.html | TIMEOUT |
Correct targeting inside shadow tree (inline handler). | PASS |
Correct targeting inside shadow tree (style). | PASS |
Elements created in this document, but pushed into a same-origin frame trigger on that frame's document, not on this frame's document. | TIMEOUT |
Inline event handlers for disconnected elements target the document. | PASS |
Inline event handlers for elements disconnected after triggering target the document. | PASS |
Inline event handlers for elements in a DocumentFragment target the document. | PASS |
Inline violations target the right element. | PASS |
These tests should not fail. | PASS |
/content-security-policy/securitypolicyviolation/upgrade-insecure-requests-reporting.https.html | TIMEOUT |
Navigated iframe is upgraded and reported | TIMEOUT |
Upgraded iframe is reported | PASS |
Upgraded image is reported | PASS |
/content-security-policy/style-src-attr-elem/style-src-attr-allowed-src-blocked.html | OK |
Should apply the style attribute | FAIL |
/content-security-policy/style-src-attr-elem/style-src-attr-blocked-src-allowed.html | TIMEOUT |
Should fire a security policy violation event | NOTRUN |
The attribute style should not be applied | FAIL |
/content-security-policy/style-src-attr-elem/style-src-elem-allowed-attr-blocked.html | TIMEOUT |
Should fire a security policy violation for the attribute | NOTRUN |
The attribute style should not be applied and the inline style should be applied | FAIL |
/content-security-policy/style-src-attr-elem/style-src-elem-allowed-src-blocked.html | OK |
Inline style should be applied | FAIL |
/content-security-policy/style-src-attr-elem/style-src-elem-blocked-attr-allowed.html | TIMEOUT |
Should fire a security policy violation for the inline block | NOTRUN |
The inline style should not be applied and the attribute style should be applied | FAIL |
/content-security-policy/style-src-attr-elem/style-src-elem-blocked-src-allowed.html | TIMEOUT |
Should fire a security policy violation event | NOTRUN |
The inline style should not be applied | FAIL |
/content-security-policy/style-src/injected-inline-style-allowed.sub.html | OK |
Expecting logs: ["PASS: 2 stylesheets on the page."] | PASS |
/content-security-policy/style-src/injected-inline-style-blocked.sub.html | OK |
Expecting logs: ["violated-directive=style-src-elem","PASS"] | FAIL |
/content-security-policy/style-src/inline-style-allowed-while-cloning-objects.sub.html | OK |
Test that violation report event was fired | FAIL |
inline-style-allowed-while-cloning-objects | PASS |
inline-style-allowed-while-cloning-objects 1 | PASS |
inline-style-allowed-while-cloning-objects 10 | PASS |
inline-style-allowed-while-cloning-objects 11 | PASS |
inline-style-allowed-while-cloning-objects 12 | PASS |
inline-style-allowed-while-cloning-objects 13 | PASS |
inline-style-allowed-while-cloning-objects 14 | PASS |
inline-style-allowed-while-cloning-objects 15 | PASS |
inline-style-allowed-while-cloning-objects 16 | PASS |
inline-style-allowed-while-cloning-objects 17 | PASS |
inline-style-allowed-while-cloning-objects 18 | PASS |
inline-style-allowed-while-cloning-objects 19 | PASS |
inline-style-allowed-while-cloning-objects 2 | PASS |
inline-style-allowed-while-cloning-objects 20 | PASS |
inline-style-allowed-while-cloning-objects 21 | PASS |
inline-style-allowed-while-cloning-objects 3 | PASS |
inline-style-allowed-while-cloning-objects 4 | PASS |
inline-style-allowed-while-cloning-objects 5 | PASS |
inline-style-allowed-while-cloning-objects 6 | PASS |
inline-style-allowed-while-cloning-objects 7 | PASS |
inline-style-allowed-while-cloning-objects 8 | PASS |
inline-style-allowed-while-cloning-objects 9 | PASS |
non-HTML namespace | PASS |
/content-security-policy/style-src/inline-style-allowed.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/style-src/inline-style-attribute-allowed.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/style-src/inline-style-attribute-blocked.sub.html | OK |
Expecting logs: ["violated-directive=style-src-attr","PASS"] | FAIL |
/content-security-policy/style-src/inline-style-attribute-on-html.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/style-src/inline-style-blocked.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/style-src/style-allowed.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/style-src/style-blocked.sub.html | OK |
Expecting logs: ["violated-directive=style-src-elem","PASS"] | FAIL |
/content-security-policy/style-src/style-src-error-event-fires.html | TIMEOUT |
Test error event fires on inline style | NOTRUN |
Test error event fires on stylesheet link | PASS |
/content-security-policy/style-src/style-src-hash-allowed.html | OK |
All style elements should load because they have proper hashes | PASS |
/content-security-policy/style-src/style-src-hash-blocked.html | OK |
Should fire a securitypolicyviolation event | FAIL |
Should load the style with a correct hash | PASS |
Should not load style that does not match hash | PASS |
/content-security-policy/style-src/style-src-hash-case-insensitive.html | OK |
All style elements should load because they have proper hashes | PASS |
/content-security-policy/style-src/style-src-hash-default-src-allowed.html | OK |
All style elements should load because they have proper hashes | FAIL |
/content-security-policy/style-src/style-src-imported-style-allowed.sub.html | OK |
Imported style that violates policy should not load | PASS |
/content-security-policy/style-src/style-src-imported-style-blocked.html | OK |
@import stylesheet should not load because it does not match style-src | PASS |
Should fire a securitypolicyviolation event | FAIL |
/content-security-policy/style-src/style-src-injected-inline-style-allowed.html | OK |
Injected inline style should load with 'unsafe-inline' | PASS |
/content-security-policy/style-src/style-src-injected-inline-style-blocked.html | OK |
Injected style attributes should not be applied | PASS |
Should fire a securitypolicyviolation event | FAIL |
/content-security-policy/style-src/style-src-injected-stylesheet-allowed.sub.html | OK |
Programatically injected stylesheet should load | PASS |
/content-security-policy/style-src/style-src-injected-stylesheet-blocked.sub.html | OK |
Programatically injected stylesheet should not load | PASS |
Should fire a securitypolicyviolation event | FAIL |
/content-security-policy/style-src/style-src-inline-style-allowed.html | OK |
Inline style should apply with 'unsafe-inline' | PASS |
/content-security-policy/style-src/style-src-inline-style-attribute-allowed.html | OK |
Inline style attribute should apply with 'unsafe-inline' | PASS |
/content-security-policy/style-src/style-src-inline-style-attribute-blocked.html | OK |
Inline style attribute should not be applied without 'unsafe-inline' | PASS |
Should fire a securitypolicyviolation event | FAIL |
/content-security-policy/style-src/style-src-inline-style-blocked.html | OK |
Inline style element should not load without 'unsafe-inline' | PASS |
Should fire a securitypolicyviolation event | FAIL |
/content-security-policy/style-src/style-src-inline-style-nonce-allowed.html | OK |
Style with correct nonce should load | PASS |
/content-security-policy/style-src/style-src-inline-style-nonce-blocked-error-event.html | TIMEOUT |
Should fire a securitypolicyviolation event | FAIL |
Test that paragraph remains unmodified and error events received. | NOTRUN |
/content-security-policy/style-src/style-src-inline-style-nonce-blocked.html | OK |
Should fire a securitypolicyviolation event | FAIL |
Should not load inline style element with invalid nonce | PASS |
/content-security-policy/style-src/style-src-multiple-policies-multiple-hashing-algorithms.html | OK |
Test that style loads if allowed by proper hash values | PASS |
Violation report status OK. | PASS |
/content-security-policy/style-src/style-src-none-blocked.html | OK |
Should fire a securitypolicyviolation event | FAIL |
Should not stylesheet when style-src is 'none' | PASS |
/content-security-policy/style-src/style-src-star-allowed.html | OK |
* should allow any style | PASS |
/content-security-policy/style-src/style-src-stylesheet-nonce-allowed.html | OK |
Stylesheet link should load with correct nonce | PASS |
/content-security-policy/style-src/style-src-stylesheet-nonce-blocked.html | OK |
Should fire a securitypolicyviolation event | FAIL |
Should not load stylesheet without correct nonce | PASS |
/content-security-policy/style-src/stylehash-allowed.sub.html | OK |
Expecting alerts: ["PASS (1/4): The '#p1' element's text is green, which means the style was correctly applied.","PASS (2/4): The '#p2' element's text is green, which means the style was correctly applied.","PASS (3/4): The '#p3' element's text is green, which means the style was correctly applied.","PASS (4/4): The '#p4' element's text is green, which means the style was correctly applied."] | PASS |
/content-security-policy/style-src/stylehash-basic-blocked.sub.html | OK |
Expecting alerts: ["PASS: The 'p' element's text is green, which means the style was correctly applied.", "violated-directive=style-src-elem"] | FAIL |
/content-security-policy/style-src/stylehash-default-src.sub.html | OK |
stylehash allowed from default-src | FAIL |
/content-security-policy/style-src/stylenonce-allowed.sub.html | OK |
Should fire securitypolicyviolation | FAIL |
stylenonce-allowed | PASS |
stylenonce-allowed 1 | PASS |
/content-security-policy/style-src/stylenonce-blocked.sub.html | OK |
Should fire securitypolicyviolation | FAIL |
stylenonce-blocked | PASS |
/content-security-policy/svg/object-in-svg-foreignobject.sub.html | TIMEOUT |
Should throw a securitypolicyviolation | TIMEOUT |
/content-security-policy/svg/svg-from-guid.html | OK |
Expecting logs: ["TEST COMPLETE"] | PASS |
/content-security-policy/svg/svg-inline.sub.html | OK |
Should fire violation event | FAIL |
/content-security-policy/svg/svg-policy-resource-doc-includes.html | OK |
Expecting logs: ["TEST COMPLETE"] | PASS |
/content-security-policy/svg/svg-policy-with-resource.html | OK |
Expecting logs: ["TEST COMPLETE"] | PASS |
/content-security-policy/unsafe-eval/eval-allowed.sub.html | OK |
Expecting alerts: ["PASS (1 of 2)","PASS (2 of 2)"] | PASS |
/content-security-policy/unsafe-eval/eval-blocked-and-sends-report.sub.html | OK |
Expecting logs: ["PASS: eval() blocked.","violated-directive=script-src"] | PASS |
/content-security-policy/unsafe-eval/eval-blocked-in-about-blank-iframe.sub.html | OK |
Expecting logs: ["violated-directive=script-src","PASS"] | FAIL |
/content-security-policy/unsafe-eval/eval-blocked.sub.html | OK |
Expecting logs: ["PASS EvalError","PASS EvalError", "violated-directive=script-src"] | PASS |
/content-security-policy/unsafe-eval/eval-in-iframe.html | OK |
default-src blocks eval unless 'unsafe-eval' is specified. | PASS |
script-src blocks eval unless 'unsafe-eval' is specified. | PASS |
/content-security-policy/unsafe-eval/eval-scripts-setInterval-allowed.sub.html | OK |
Expecting logs: ["PASS 1 of 2","PASS 2 of 2"] | PASS |
/content-security-policy/unsafe-eval/eval-scripts-setInterval-blocked.sub.html | OK |
Expecting logs: ["PASS","violated-directive=script-src"] | PASS |
/content-security-policy/unsafe-eval/eval-scripts-setTimeout-allowed.sub.html | OK |
Expecting logs: ["PASS 1 of 2","PASS 2 of 2"] | PASS |
/content-security-policy/unsafe-eval/eval-scripts-setTimeout-blocked.sub.html | OK |
Expecting logs: ["PASS","violated-directive=script-src"] | PASS |
/content-security-policy/unsafe-eval/function-constructor-allowed.sub.html | OK |
Expecting logs: ["PASS"] | PASS |
/content-security-policy/unsafe-eval/function-constructor-blocked.sub.html | OK |
Expecting logs: ["PASS EvalError","violated-directive=script-src"] | PASS |
/content-security-policy/unsafe-hashes/javascript_src_allowed-href.html | OK |
Test that the javascript: src is allowed to run | FAIL |
/content-security-policy/unsafe-hashes/javascript_src_allowed-href_blank.html | TIMEOUT |
Test that the javascript: src is allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/javascript_src_allowed-window_location.html | TIMEOUT |
Test that the javascript: src is allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/javascript_src_allowed-window_open.html | TIMEOUT |
Test that the javascript: src is allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-href.html | OK |
Test that the javascript: src is not allowed to run | FAIL |
/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-href_blank.html | OK |
Test that the javascript: src is not allowed to run | FAIL |
/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-window_location.html | TIMEOUT |
Test that the javascript: src is not allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-window_open.html | TIMEOUT |
Test that the javascript: src is not allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-href.html | OK |
Test that the javascript: src is not allowed to run | FAIL |
/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-href_blank.html | TIMEOUT |
Test that the javascript: src is not allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-window_location.html | TIMEOUT |
Test that the javascript: src is not allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-window_open.html | TIMEOUT |
Test that the javascript: src is not allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/script_event_handlers_allowed.html | OK |
Test that the inline event handler is allowed to run | PASS |
/content-security-policy/unsafe-hashes/script_event_handlers_denied_missing_unsafe_hashes.html | TIMEOUT |
Test that the inline event handler is not allowed to run | NOTRUN |
/content-security-policy/unsafe-hashes/script_event_handlers_denied_wrong_hash.html | OK |
Test that the inline event handler is not allowed to run | FAIL |
/content-security-policy/unsafe-hashes/style_attribute_allowed.html | OK |
Test that the inline style attribute is loaded | FAIL |
/content-security-policy/unsafe-hashes/style_attribute_denied_missing_unsafe_hashes.html | TIMEOUT |
Test that the inline style attribute is blocked | NOTRUN |
/content-security-policy/unsafe-hashes/style_attribute_denied_wrong_hash.html | OK |
Test that the inline style attribute is blocked | FAIL |
/content-security-policy/worker-src/dedicated-child.sub.html | OK |
Same-origin dedicated worker allowed by host-source expression. | PASS |
blob: dedicated worker allowed by 'blob:'. | PASS |
/content-security-policy/worker-src/dedicated-fallback.sub.html | OK |
Same-origin dedicated worker allowed by host-source expression. | PASS |
blob: dedicated worker allowed by 'blob:'. | PASS |
/content-security-policy/worker-src/dedicated-list.sub.html | OK |
Same-origin dedicated worker allowed by host-source expression. | PASS |
blob: dedicated worker allowed by 'blob:'. | PASS |
/content-security-policy/worker-src/dedicated-none.sub.html | OK |
Same-origin dedicated worker blocked by host-source expression. | FAIL |
blob: dedicated worker blocked by 'blob:'. | FAIL |
/content-security-policy/worker-src/dedicated-self.sub.html | OK |
Same-origin dedicated worker allowed by 'self'. | PASS |
/content-security-policy/worker-src/dedicated-worker-src-child-fallback-blocked.sub.html | OK |
Same-origin dedicated worker allowed by worker-src 'self'. | FAIL |
/content-security-policy/worker-src/dedicated-worker-src-child-fallback.sub.html | OK |
Same-origin dedicated worker allowed by child-src 'self'. | PASS |
/content-security-policy/worker-src/dedicated-worker-src-default-fallback.sub.html | OK |
Same-origin dedicated worker allowed by default-src 'self'. | PASS |
/content-security-policy/worker-src/dedicated-worker-src-script-fallback.sub.html | OK |
Same-origin dedicated worker allowed by script-src 'self'. | PASS |
/content-security-policy/worker-src/dedicated-worker-src-self-fallback.sub.html | OK |
Same-origin dedicated worker allowed by worker-src 'self'. | PASS |
/content-security-policy/worker-src/service-child.https.sub.html | OK |
Same-origin service worker allowed by host-source expression. | PASS |
/content-security-policy/worker-src/service-fallback.https.sub.html | OK |
Same-origin service worker allowed by host-source expression. | PASS |
/content-security-policy/worker-src/service-list.https.sub.html | OK |
Same-origin service worker allowed by host-source expression. | PASS |
/content-security-policy/worker-src/service-none.https.sub.html | OK |
Same-origin service worker blocked by 'none'. | FAIL |
/content-security-policy/worker-src/service-self.https.sub.html | OK |
Same-origin service worker allowed by 'self'. | PASS |
/content-security-policy/worker-src/service-worker-src-child-fallback-blocked.https.sub.html | OK |
Same-origin service worker allowed by child-src 'self'. | FAIL |
/content-security-policy/worker-src/service-worker-src-child-fallback.https.sub.html | OK |
Same-origin service worker allowed by child-src 'self'. | PASS |
/content-security-policy/worker-src/service-worker-src-default-fallback.https.sub.html | OK |
Same-origin service worker allowed by default-src 'self'. | PASS |
/content-security-policy/worker-src/service-worker-src-script-fallback.https.sub.html | OK |
Same-origin service worker allowed by script-src 'self'. | PASS |
/content-security-policy/worker-src/service-worker-src-self-fallback.https.sub.html | OK |
Same-origin service worker allowed by worker-src 'self'. | PASS |
/content-security-policy/worker-src/shared-child.sub.html | OK |
Same-origin dedicated worker allowed by 'self'. | PASS |
blob: dedicated worker allowed by 'blob:'. | PASS |
/content-security-policy/worker-src/shared-fallback.sub.html | OK |
Same-origin dedicated worker allowed by 'self'. | PASS |
blob: dedicated worker allowed by 'blob:'. | PASS |
/content-security-policy/worker-src/shared-list.sub.html | OK |
Same-origin dedicated worker allowed by 'self'. | PASS |
blob: dedicated worker allowed by 'blob:'. | PASS |
/content-security-policy/worker-src/shared-none.sub.html | OK |
Same-origin shared worker blocked by 'none'. | FAIL |
blob: shared worker blocked by 'none'. | FAIL |
/content-security-policy/worker-src/shared-self.sub.html | OK |
Same-origin dedicated worker allowed by 'self'. | PASS |
/content-security-policy/worker-src/shared-worker-src-child-fallback-blocked.sub.html | OK |
Same-origin shared worker allowed by child-src 'self'. | FAIL |
/content-security-policy/worker-src/shared-worker-src-child-fallback.sub.html | OK |
Same-origin shared worker allowed by child-src 'self'. | PASS |
/content-security-policy/worker-src/shared-worker-src-default-fallback.sub.html | OK |
Same-origin shared worker allowed by default-src 'self'. | PASS |
/content-security-policy/worker-src/shared-worker-src-script-fallback.sub.html | OK |
Same-origin shared worker allowed by script-src 'self'. | PASS |
/content-security-policy/worker-src/shared-worker-src-self-fallback.sub.html | OK |
Same-origin shared worker allowed by worker-src 'self'. | PASS |