Yay!

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassInline style blocks should have a sample.
Asserts run
Pass
assert_equals("inline", "inline")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/style-sample.html:19:11)
Pass
assert_equals("p { omg: yay !important; }", "p { omg: yay !important; }")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/style-sample.html:20:11)
PassInline style attributes should have a sample.
Asserts run
Pass
assert_equals("inline", "inline")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/style-sample.html:33:11)
Pass
assert_equals("omg: yay !important;", "omg: yay !important;")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/style-sample.html:34:11)