Index: Source/WebCore/html/HTMLInputElement.cpp |
=================================================================== |
--- Source/WebCore/html/HTMLInputElement.cpp (revision 96734) |
+++ Source/WebCore/html/HTMLInputElement.cpp (working copy) |
@@ -1027,6 +1027,9 @@ |
m_isIndeterminate = sourceElement->m_isIndeterminate; |
HTMLTextFormControlElement::copyNonAttributeProperties(source); |
+ |
+ setFormControlValueMatchesRenderer(false); |
+ updateInnerTextValue(); |
} |
String HTMLInputElement::value() const |