Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
index 93a646bba876e24c5f8eeb4b5cfc57c7751ae6b8..b7294bf01db4585ca18d9a0d1abc51c65878aef8 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -722,6 +722,7 @@ void HTMLInputElement::parseAttribute(const QualifiedName& name, const AtomicStr |
setChecked(!value.isNull()); |
m_reflectsCheckedAttribute = true; |
} |
+ pseudoStateChanged(CSSSelector::PseudoDefault); |
} else if (name == maxlengthAttr) { |
parseMaxLengthAttribute(value); |
} else if (name == minlengthAttr) { |