Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tracing/third_party/tvcm/third_party/rcssmin/tests/yui/pseudo-first.css

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tracing/third_party/tvcm/third_party/rcssmin/tests/yui/pseudo-first.css
diff --git a/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/pseudo-first.css b/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/pseudo-first.css
deleted file mode 100644
index dbadef4b2a4d1d44d112c984919c2cfd2c554c14..0000000000000000000000000000000000000000
--- a/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/pseudo-first.css
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
-because of IE6 first-letter and first-line
-must be followed by a space
-http://reference.sitepoint.com/css/pseudoelement-firstletter
-Thanks: P.Sorokin comment at http://www.phpied.com/cssmin-js/
-*/
-p:first-letter{
- buh: hum;
-}
-p:first-line{
- baa: 1;
-}
-
-p:first-line,a,p:first-letter,b{
- color: red;
-}

Powered by Google App Engine
This is Rietveld 408576698