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

Unified Diff: chrome/browser/test_presubmit.py

Issue 772203003: Fix presubmit @2x recognized as @at-keyword. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tbreisacher@ nit Created 6 years 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
« no previous file with comments | « no previous file | chrome/browser/web_dev_style/css_checker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/test_presubmit.py
diff --git a/chrome/browser/test_presubmit.py b/chrome/browser/test_presubmit.py
index 9d1fa7c10a2d1d82c9df5d14f351504f247a2934..071391b0e54bde6cf896a4e520bafd06e423aa10 100755
--- a/chrome/browser/test_presubmit.py
+++ b/chrome/browser/test_presubmit.py
@@ -767,6 +767,14 @@ b:before,
}
}
+#logo {
+ background-image: url(images/google_logo.png@2x);
+}
+
+body.alternate-logo #logo {
+ -webkit-mask-image: url(images/google_logo.png@2x);
+}
+
/* http://crbug.com/359682 */
#spinner-container #spinner {
-webkit-animation-duration: 1.0s;
« no previous file with comments | « no previous file | chrome/browser/web_dev_style/css_checker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698