| Index: LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval.html
|
| diff --git a/LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval.html b/LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval.html
|
| deleted file mode 100644
|
| index a8ff497b050a705f24cc803a1f39e7e3be6f8250..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script>
|
| -</script>
|
| -<link id="target" rel="import" href="resources/having-unsafe-eval-policy.html">
|
| -<script src="/js-test-resources/js-test.js"></script>
|
| -</head>
|
| -<body>
|
| -<script>
|
| -shouldBeTrue("document.inlineScriptHasRun");
|
| -shouldBe("document.externalScriptHasRun", "undefined");
|
| -shouldBe("document.corsExternalScriptHasRun", "undefined");
|
| -shouldBeTrue("document.evalFromInlineHasRun");
|
| -shouldBe("document.evalFromExternalHasRun", "undefined");
|
| -shouldBe("document.evalFromCorsExternalHasRun", "undefined");
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|