Index: tracing/third_party/tvcm/third_party/rcssmin/tests/yui/opacity-filter.css |
diff --git a/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/opacity-filter.css b/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/opacity-filter.css |
deleted file mode 100644 |
index 60deca7acb9688e98507593d52fe493745a9c96c..0000000000000000000000000000000000000000 |
--- a/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/opacity-filter.css |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-/* example from https://developer.mozilla.org/en/CSS/opacity */ |
-pre { /* make the box translucent (80% opaque) */ |
- border: solid red; |
- opacity: 0.8; /* Firefox, Safari(WebKit), Opera */ |
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */ |
- filter: PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */ |
- zoom: 1; /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ |
-} |
- |
-/** and again */ |
-code { |
- -ms-filter: "PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */ |
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */ |
-} |