Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/report-uri.sub.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/report-uri.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/report-uri.sub.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ffb835f2bf5c3605356e3907f2d26bcf6569bf1 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/report-uri.sub.html |
| @@ -0,0 +1,6 @@ |
| +<script src="resources/report-test.js"></script> |
| +<script> |
| + // This script block will trigger a violation report. |
| + alert_assert('FAIL'); |
| + |
| +</script> |