Positive test case: Inline script should run 'unsafe-inline' script-src directive.

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassShould not fire policy violation events
Asserts runNo asserts ran
PassInline script in a script tag should run with an unsafe-inline directive
Asserts run
Pass
assert_true(true, "Unsafe inline script ran.")
    at Test.<anonymous> ( /content-security-policy/script-src/inlineSuccessTest.js:8:9)