| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-blocked.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-blocked.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-blocked.html
|
| deleted file mode 100644
|
| index 1808f5b1446b33a501da331cb3368f3a1358605e..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-blocked.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <script src="/js-test-resources/js-test.js"></script>
|
| - <meta http-equiv="Content-Security-Policy" content="style-src 'unsafe-inline' 'self'">
|
| -</head>
|
| -<body>
|
| - <script>
|
| - description("Setting CSSStyleDeclaration::cssText blocked if 'unsafe-eval' is not an allowed source of style.");
|
| - shouldThrow("document.head.style.cssText = 'display: none;';");
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|