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

Unified Diff: tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_01.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/main/atgroup_01.css
diff --git a/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_01.css b/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_01.css
deleted file mode 100644
index a8c5cba6efaffd45f6a1484dbca137c1e613b91b..0000000000000000000000000000000000000000
--- a/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_01.css
+++ /dev/null
@@ -1,15 +0,0 @@
-@document url(http://www.w3.org/),
- url-prefix(http://www.w3.org/Style/),
- domain(mozilla.org),
- regexp("https:.*")
-{
- /* CSS rules here apply to:
- + The page "http://www.w3.org/".
- + Any page whose URL begins with "http://www.w3.org/Style/"
- + Any page whose URL's host is "mozilla.org" or ends with
- ".mozilla.org"
- + Any page whose URL starts with "https:" */
-
- /* make the above-mentioned pages really ugly */
- body { color: purple; background: yellow; }
-}

Powered by Google App Engine
This is Rietveld 408576698