Unreviewed, rolling out r113511.
http://trac.webkit.org/changeset/113511
https://bugs.webkit.org/show_bug.cgi?id=66032
https://bugs.webkit.org/show_bug.cgi?id=85150
Regression: Many autofilled form fields lack the default
autofill background even when authors don’t override the
autofill colors
Source/WebCore:
* css/html.css:
(input:-webkit-autofill): Restore !important modifiers
LayoutTests:
* fast/forms/input-autofilled-expected.txt:
* fast/forms/input-autofilled.html:
git-svn-id: svn://svn.chromium.org/blink/trunk@115706 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css
index c7d5317..59c47b0 100644
--- a/Source/WebCore/css/html.css
+++ b/Source/WebCore/css/html.css
@@ -532,9 +532,9 @@
}
input:-webkit-autofill {
- background-color: #FAFFBD;
- background-image: none;
- color: #000000;
+ background-color: #FAFFBD !important;
+ background-image:none !important;
+ color: #000000 !important;
}
input[type="radio"], input[type="checkbox"] {