| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/injected-inline-script-blocked.sub.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/injected-inline-script-blocked.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/injected-inline-script-blocked.sub.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bee3f9abd54753a0ebbf73b181a2931c090feee0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/injected-inline-script-blocked.sub.html
|
| @@ -0,0 +1,20 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +
|
| +<head>
|
| + <!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
|
| + <title>injected-inline-script-blocked</title>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| + <!-- enforcing policy:
|
| +script-src 'self'; connect-src 'self';
|
| +-->
|
| +</head>
|
| +
|
| +<body>
|
| + <script src="resources/inject-script.js"></script>
|
| + <div id="log"></div>
|
| + <script async defer src="../support/checkReport.sub.js?reportExists=true&reportField=violated-directive&reportValue=script-src%20'self'"></script>
|
| +</body>
|
| +
|
| +</html>
|
|
|