servo/tests/wpt/web-platform-tests/content-security-policy/generic/unreached.js

3 lines
102 B
JavaScript

onload = function() {
t1.step(function() {assert_unreached("Script should not have ran.");});
}