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

var dataScriptRan = false;

var t_spv = async_test("Test that no report violation event was raised");
window.addEventListener("securitypolicyviolation", t_spv.unreached_func("Should not have raised any securitypolicyviolation event"));