| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html
|
| deleted file mode 100644
|
| index ce7ad4fd6ae5166403c025952135a97347fabccf..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<meta http-equiv="Content-Security-Policy" content="style-src 'unsafe-inline'">
|
| -<script src="resources/dump-as-text.js"></script>
|
| -</head>
|
| -<body>
|
| -<div id="test1">
|
| - FAIL 1/2
|
| -</div>
|
| -<div id="test2">
|
| - FAIL 2/2
|
| -</div>
|
| -<script src="resources/inject-style.js"></script>
|
| -<script>
|
| - if (document.styleSheets.length === 2)
|
| - document.write("PASS: 2 stylesheets on the page.");
|
| - else
|
| - document.write("FAIL: " + document.styleSheets.length + " stylesheets on the page (should be 2).");
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|