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