| OLD | NEW |
| 1 Tests for HTMLTextAreaElement.maxLength behaviors. | 1 Tests for HTMLTextAreaElement.maxLength behaviors. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS textArea.maxLength is -1 | 6 PASS textArea.maxLength is -1 |
| 7 PASS textArea.maxLength is -1 | 7 PASS textArea.maxLength is -1 |
| 8 PASS textArea.maxLength is -1 | 8 PASS textArea.maxLength is -1 |
| 9 PASS textArea.maxLength is 1 | 9 PASS textArea.maxLength is 1 |
| 10 PASS textArea.maxLength is -1 | 10 PASS textArea.maxLength is -1 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 PASS textArea.value is "AB" | 37 PASS textArea.value is "AB" |
| 38 PASS textArea.value.length is 2 | 38 PASS textArea.value.length is 2 |
| 39 PASS textArea.value is "ABC" | 39 PASS textArea.value is "ABC" |
| 40 PASS textArea.value is "" | 40 PASS textArea.value is "" |
| 41 PASS textArea.value is "ABC" | 41 PASS textArea.value is "ABC" |
| 42 PASS textArea.value is "ABC" | 42 PASS textArea.value is "ABC" |
| 43 PASS successfullyParsed is true | 43 PASS successfullyParsed is true |
| 44 | 44 |
| 45 TEST COMPLETE | 45 TEST COMPLETE |
| 46 | 46 |
| OLD | NEW |