| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-allowed.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-allowed.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-allowed.html
|
| deleted file mode 100644
|
| index f25dddd56779819828977fa580b5dba9f32e1279..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-allowed.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' 'unsafe-eval'">
|
| -</head>
|
| -<body>
|
| - <script>
|
| - description("CSSStyleSheet::insertRule blocked if 'unsafe-eval' is not an allowed source of style.");
|
| - shouldNotThrow("document.styleSheets[0].insertRule('x { display: none; }', 0);");
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|