10_1_support_1.js (235B)
1 var dataScriptRan = false; 2 3 var t_spv = async_test("Test that no report violation event was raised"); 4 window.addEventListener("securitypolicyviolation", t_spv.unreached_func("Should not have raised any securitypolicyviolation event"));