Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/alert-fail.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/alert-fail.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/alert-fail.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c0fb8173d5066d377106834ba963cf5d62b89584 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/alert-fail.html |
| @@ -0,0 +1,4 @@ |
| +<script> |
| + alert('FAIL'); |
| + |
| +</script> |