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