https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e8c4654cef692388e68e8ded7a9316d6bd613570 authored by Darren Shen on 06 April 2018, 07:51:02 UTC
[css-typed-om] Add support for background properties.
Tip revision: e8c4654
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"));
back to top