Pass | Should load the style with a correct hash | Asserts runPass | assert_equals("2px", "2px")
at make_assert ( /content-security-policy/style-src/style-src-hash-blocked.html:32:25) |
|
Pass | Should not load style that does not match hash | Asserts runPass | assert_not_equals("0px", "2px")
at make_assert ( /content-security-policy/style-src/style-src-hash-blocked.html:33:14) |
|
Pass | Should fire a securitypolicyviolation event | Asserts runPass | assert_equals("style-src-elem", "style-src-elem")
at Test.<anonymous> ( /content-security-policy/style-src/style-src-hash-blocked.html:15:9) |
|