| 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;
|
|
|