mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement is-element-nonceable (#36961)
Unfortunately while it now passes almost all cases in `tests/wpt/tests/content-security-policy/script-src/nonce-enforce-blocked.html`, the test in question doesn't pass yet as it requires all cases to be correct. Here, we still miss the "check for duplicate attributes during parsing". Since we don't have this information available yet from the parser, skip this for now. Part of #36437 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
dc0e7587bf
commit
4821bc0ab0
3 changed files with 30 additions and 6 deletions
|
@ -1,3 +0,0 @@
|
|||
[scriptnonce-basic-blocked.sub.html]
|
||||
[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"\]]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue