Index: LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css |
diff --git a/LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css b/LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css |
deleted file mode 100644 |
index 4882e07a8b14512007e1503d19d104e79f31acea..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-@import url(styles-new-API-1.css); |
- |
-@page { margin: 2cm } /* All margins set to 2cm */ |
- |
-@page :first { |
- margin-top: 10cm /* Top margin on first page 10cm */ |
-} |
- |
-@media screen { |
- |
-#absent-id { |
-} |
- |
-@font-face { |
- font-family: 'TheFont'; |
- src: url('font.url'); |
- font-weight: normal; |
- font-style: normal; |
-} |
- |
-body { |
- property: imported-media-screen-stylesheet; |
-} |
- |
-} |