ce877d230064254d0a8bbc0a08544517ffd28fed
[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 search type:
8 PASS clone.value is newValue
9 Check for number type:
10 PASS clone.value is newValue
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14