Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / textfield-clone-expected.txt
blob9bd475ab52f039a3f346ea433dec77db27eccfd5
1 There was a bug that the value property of a cloned text input was not updated.
3 Check for text type:
4 PASS clone.value is newValue
5 Check for search type:
6 PASS clone.value is newValue
7 Check for number type:
8 PASS clone.value is newValue
9 PASS successfullyParsed is true
11 TEST COMPLETE