https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d4838760112fef3ba80c86e4409663301cf427ba authored by Ovidio Henriquez on 28 March 2018, 16:19:20 UTC
bluetooth: FakeBluetoothChooser impl.
Tip revision: d483876
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