Index: LayoutTests/fast/hidpi/resources/svg_tests.css |
diff --git a/LayoutTests/fast/hidpi/resources/svg_tests.css b/LayoutTests/fast/hidpi/resources/svg_tests.css |
deleted file mode 100644 |
index 3ec591128eb4d8d9a833b1e414fa402ff173e17d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/hidpi/resources/svg_tests.css |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
- .test { |
- border: 1px solid gray; |
- padding: 1em; |
- margin-bottom: 1em; |
- } |
- .test img, .test canvas { |
- border: 1px solid black; |
- } |
- .test .stats { |
- display: inline-block; |
- margin-top: 1em; |
- font-style: italic; |
- } |
- .expected, .actual { |
- float: right; |
- background-color: #eee; |
- border: 1px solid #ccc; |
- padding: 0.4em; |
- margin-left: 1em; |
- } |