Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/fail-0_1.js |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/fail-0_1.js b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/fail-0_1.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5c580273dcfc94eff137a0ae65314bebc9b7b5c0 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/fail-0_1.js |
@@ -0,0 +1,3 @@ |
+(function () { |
+ scriptsrc1.step(function() { assert_unreached('Unsafe inline script ran.') }); |
+})(); |