OLD | NEW |
1 CONSOLE WARNING: The 'x-webkit-speech' input field attribute is deprecated. Plea
se use the JavaScript API instead. | |
2 There was a bug that the value property of a cloned text input was not updated. | 1 There was a bug that the value property of a cloned text input was not updated. |
3 | 2 |
4 Check for text type: | 3 Check for text type: |
5 PASS clone.value is newValue | 4 PASS clone.value is newValue |
6 Check for search type: | 5 Check for search type: |
7 PASS clone.value is newValue | 6 PASS clone.value is newValue |
8 Check for search type: | |
9 PASS clone.value is newValue | |
10 Check for number type: | 7 Check for number type: |
11 PASS clone.value is newValue | 8 PASS clone.value is newValue |
12 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
13 | 10 |
14 TEST COMPLETE | 11 TEST COMPLETE |
15 | 12 |
OLD | NEW |