mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Also update a WPT test to fail-fast if the iframe incorrectly evaluates the `eval`. Before, it would run into a timeout if the implementation is correct. Now we reject the promise when an exception is thrown. Requires servo/rust-content-security-policy#6 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
16 lines
847 B
INI
Vendored
16 lines
847 B
INI
Vendored
[to-javascript-parent-initiated-child-csp.html]
|
|
expected: TIMEOUT
|
|
[Should not have executed the javascript URL for\n iframe.src with child's CSP "script-src 'none'"]
|
|
expected: TIMEOUT
|
|
|
|
[Should not have executed the javascript URL for\n otherTabWithScriptSrcNone.location.href with child's CSP "script-src 'none'"]
|
|
expected: NOTRUN
|
|
|
|
[Should not have executed the javascript URL for\n a[target=iframeWithScriptSrcNone\].href with child's CSP "script-src 'none'"]
|
|
expected: NOTRUN
|
|
|
|
[Should not have executed the javascript URL for\n area[target=iframeWithScriptSrcNone\].href with child's CSP "script-src 'none'"]
|
|
expected: NOTRUN
|
|
|
|
[Should not have executed the javascript URL for\n area[target=otherTabWithScriptSrcNone\].href with child's CSP "script-src 'none'"]
|
|
expected: NOTRUN
|