blob: 9bd475ab52f039a3f346ea433dec77db27eccfd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
There was a bug that the value property of a cloned text input was not updated.
Check for text type:
PASS clone.value is newValue
Check for search type:
PASS clone.value is newValue
Check for number type:
PASS clone.value is newValue
PASS successfullyParsed is true
TEST COMPLETE
|