Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / textfield-clone-expected.txt
1 There was a bug that the value property of a cloned text input was not updated.
2
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
10
11 TEST COMPLETE
12