Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassShould fire a security policy violation for the inline block
Asserts run
Pass
assert_equals("style-src-elem", "style-src-elem")
    at Test.<anonymous> ( /content-security-policy/style-src-attr-elem/style-src-elem-blocked-attr-allowed.html:12:9)
Pass
assert_equals("inline", "inline")
    at Test.<anonymous> ( /content-security-policy/style-src-attr-elem/style-src-elem-blocked-attr-allowed.html:13:9)
PassThe inline style should not be applied and the attribute style should be applied
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /content-security-policy/style-src-attr-elem/style-src-elem-blocked-attr-allowed.html:25:7)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /content-security-policy/style-src-attr-elem/style-src-elem-blocked-attr-allowed.html:26:7)