Index: LayoutTests/inspector/elements/styles/resources/styles-new-API-1.css |
diff --git a/LayoutTests/inspector/elements/styles/resources/styles-new-API-1.css b/LayoutTests/inspector/elements/styles/resources/styles-new-API-1.css |
deleted file mode 100644 |
index f154670f3d94b6c6854111955982521dbe0b7f1d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/styles/resources/styles-new-API-1.css |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-@import url(styles-new-API-2.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; |
-} |
- |
-} |