Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassInline script should have a sample.
Asserts run
Pass
assert_equals("inline", "inline")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:19:11)
Pass
assert_equals("assert_unreached('inline script block')", "assert_unreached('inline script block')")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:20:11)
PassInline event handlers should have a sample.
Asserts run
Pass
assert_equals("inline", "inline")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:32:11)
Pass
assert_equals("assert_unreached('inline event handler')", "assert_unreached('inline event handler')")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:33:11)
PassJavaScript URLs in iframes should have a sample.
Asserts run
Pass
assert_equals("inline", "inline")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:46:11)
Pass
assert_equals("javascript:'inline url'", "javascript:'inline url'")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:47:11)
Passeval() should have a sample.
Asserts runNo asserts ran
PasssetInterval() should have a sample.
Asserts run
Fail
assert_unreached("interval")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:76:9)
PasssetTimeout() should have a sample.
Asserts run
Fail
assert_unreached("timeout")
    at Test.<anonymous> ( /content-security-policy/securitypolicyviolation/script-sample.html:90:9)