chromium/third_party/blink/web_tests/external/wpt/content-security-policy/script-src/10_1_support_2.js

test(function () {
            assert_true(dataScriptRan, "data script ran");
        }, "Verify that data: as script src runs with this policy");

t_spv.done();