Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/unreached.js |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/unreached.js b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/unreached.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..893fb5eba10c4bc6330ac3a09b6240e450460de2 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/unreached.js |
| @@ -0,0 +1,3 @@ |
| +onload = function() { |
| + t1.step(function() {assert_unreached("Script should not have ran.");}); |
| +} |