diff options
author | Tim van der Lippe <TimvdLippe@users.noreply.github.com> | 2025-04-17 23:11:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 21:11:25 +0000 |
commit | 2a81987590622feabd1beedb3c7cc87d6a88c85a (patch) | |
tree | 1615f7c11bcbeeab8c43dad58c3980a7e072d32e /tests/wpt/meta/content-security-policy/frame-src/frame-src-cross-origin-same-document-navigation.window.js.ini | |
parent | 70b3e248168f1277e282a269bd1bf754fa7b784c (diff) | |
download | servo-2a81987590622feabd1beedb3c7cc87d6a88c85a.tar.gz servo-2a81987590622feabd1beedb3c7cc87d6a88c85a.zip |
Check CSP for inline event handlers (#36510)
This also ensures that document now reports all violations and we set
the correct directive.
With these changes, all `script-src-attr-elem` WPT tests pass.
Part of #36437
Requires servo/rust-content-security-policy#3 to land first
Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
Diffstat (limited to 'tests/wpt/meta/content-security-policy/frame-src/frame-src-cross-origin-same-document-navigation.window.js.ini')
-rw-r--r-- | tests/wpt/meta/content-security-policy/frame-src/frame-src-cross-origin-same-document-navigation.window.js.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/meta/content-security-policy/frame-src/frame-src-cross-origin-same-document-navigation.window.js.ini b/tests/wpt/meta/content-security-policy/frame-src/frame-src-cross-origin-same-document-navigation.window.js.ini index 84d3f383610..b22b217fc25 100644 --- a/tests/wpt/meta/content-security-policy/frame-src/frame-src-cross-origin-same-document-navigation.window.js.ini +++ b/tests/wpt/meta/content-security-policy/frame-src/frame-src-cross-origin-same-document-navigation.window.js.ini @@ -1,3 +1,4 @@ [frame-src-cross-origin-same-document-navigation.window.html] + expected: OK [frame-src-cross-origin-same-document-navigation] expected: FAIL |