Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/positiveTest.js |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/positiveTest.js b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/positiveTest.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..63c99919623e396a41870273e35e3e8999a712f0 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/positiveTest.js |
| @@ -0,0 +1,6 @@ |
| +onload = function() { |
| + test(function() { |
| + assert_true(true, 'Script ran.')}, |
| + "Allows scripts from the same host." |
| + ); |
| +} |