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

Unified Diff: chrome/browser/resources/test_presubmit.py

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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: chrome/browser/resources/test_presubmit.py
diff --git a/chrome/browser/resources/test_presubmit.py b/chrome/browser/resources/test_presubmit.py
index 9743947854680c604b45c4e43f7e15359d71b5d6..6efc5cbc8978b263f0c8f172598ce983503f836a 100755
--- a/chrome/browser/resources/test_presubmit.py
+++ b/chrome/browser/resources/test_presubmit.py
@@ -442,6 +442,9 @@ div,a {
background-position-y: 0ex;
border-width: 0em;
color: hsl(0, 0%, 85%); /* Shouldn't trigger error. */
+ opacity: .0;
+ opacity: 0.0;
+ opacity: 0.;
}
@page {
@@ -461,6 +464,9 @@ div,a {
background-position-x: 0em;
background-position-y: 0ex;
border-width: 0em;
+ opacity: .0;
+ opacity: 0.0;
+ opacity: 0.;
border-width: 0mm;
height: 0cm;
width: 0in;
« no previous file with comments | « chrome/browser/resources/task_manager/task_manager.css ('k') | chrome/browser/resources/tracing/overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698