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

Unified Diff: tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_05.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_05.css
diff --git a/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_05.css b/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_05.css
deleted file mode 100644
index fc2bfdd78460cb22b07364387d7f42267bacbff8..0000000000000000000000000000000000000000
--- a/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_05.css
+++ /dev/null
@@ -1,31 +0,0 @@
-@media all and (min-width : 500px) {
- @document url(http://www.w3.org/),
- url-prefix(http://www.w3.org/Style/),
- domain(mozilla.org),
- regexp("https:.*")
- {
- @supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) {
- @keyframes slidein {
- from {
- margin-left : 100%;
- width: 300%
- }
-
- 75% {
- font-size:300%;
- margin-left:25%;
- width:150%;
- }
-
- to {
- margin-left:0%;
- width:100%;
- }
- }
-
- @page :last {
- margin : 3in;
- }
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698