summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/generic/unreached.js
blob: 893fb5eba10c4bc6330ac3a09b6240e450460de2 (plain)
1
2
3
onload = function() {
      t1.step(function() {assert_unreached("Script should not have ran.");});
}