data: as script src should run with a policy that specifies data: as an allowed source but not 'unsafe-inline'

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest that no report violation event was raised
Asserts runNo asserts ran
PassVerify that data: as script src runs with this policy
Asserts run
Pass
assert_true(true, "data script ran")
    at Test.<anonymous> ( /content-security-policy/script-src/10_1_support_2.js:2:13)