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

Side by Side Diff: third_party/py_vulcanize/third_party/rcssmin/tests/main/atgroup_09.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 unified diff | Download patch
OLDNEW
1 @media all and (min-width : 500px) { 1 @media all and (min-width : 500px) {
2 @document url(http://www.w3.org/), 2 @document url(http://www.w3.org/),
3 url-prefix(http://www.w3.org/Style/), 3 url-prefix(http://www.w3.org/Style/),
4 domain(mozilla.org), 4 domain(mozilla.org),
5 regexp("https:.*") 5 regexp("https:.*")
6 { 6 {
7 @supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit- perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) { 7 @supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit- perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) {
8 @-moz-keyframes slidein { 8 @-moz-keyframes slidein {
9 from :blub { 9 from :blub {
10 margin-left : 100%; 10 margin-left : 100%;
(...skipping 11 matching lines...) Expand all
22 width:100%; 22 width:100%;
23 } 23 }
24 } 24 }
25 25
26 @page :last { 26 @page :last {
27 margin : 3in; 27 margin : 3in;
28 } 28 }
29 } 29 }
30 } 30 }
31 } 31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698