Index: tracing/third_party/tvcm/third_party/rcssmin/tests/yui/dataurl-noquote-multiline-font.css |
diff --git a/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/dataurl-noquote-multiline-font.css b/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/dataurl-noquote-multiline-font.css |
deleted file mode 100644 |
index 722c7edc80162e03e0820030bcac5535e8521337..0000000000000000000000000000000000000000 |
--- a/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/dataurl-noquote-multiline-font.css |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-/*csslint fontfamily: true*/ |
- |
-/** |
- * Foo |
- */ |
- |
-.y-ff-1 { |
- font-family:"Foo Bar",Helvetica,Arial; |
- text-rendering: optimizeLegibility; |
-} |
- |
-.ua-op .y-ff-1 { |
- /* Some Comment */ |
- font-family:Helvetica,Arial; |
-} |
- |
-/* |
-Foo |
- |
-Bar |
-*/ |
- |
-@font-face { |
- font-family: "Foo Bar"; |
- src: url( |
- data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA) format("truetype"), |
- url("http://yuilibrary.com/fonts/foo-bar.svg#webfontse22fewwr") format("svg"); |
- font-weight: normal; |
- font-style: normal; |
-} |
- |