| Index: LayoutTests/http/tests/htmlimports/resources/having-unsafe-inline-policy.html
|
| diff --git a/LayoutTests/http/tests/htmlimports/resources/having-unsafe-inline-policy.html b/LayoutTests/http/tests/htmlimports/resources/having-unsafe-inline-policy.html
|
| index 9fd2929471159acf9a0fabe1f4a276a3e1fcfdc8..6d55bdd7fe0ec985fb8f5daf400104fe45e3c6f0 100644
|
| --- a/LayoutTests/http/tests/htmlimports/resources/having-unsafe-inline-policy.html
|
| +++ b/LayoutTests/http/tests/htmlimports/resources/having-unsafe-inline-policy.html
|
| @@ -1,13 +1,9 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline'"></meta>
|
| -<script src="external-script.js"></script>
|
| -<script src="http://localhost:8000//htmlimports/resources/cors-js.cgi"></script>
|
| <script>
|
| document.inlineScriptHasRun = true;
|
| eval("document.evalFromInlineHasRun = true;");
|
| </script>
|
| -
|
| </head>
|
| </html>
|
|
|