| OLD | NEW |
| (Empty) |
| 1 Test for resizing the Textarea above minimum size set and below it's initial siz
e. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS document.getElementById("textInputID").style.width is "250px" | |
| 7 PASS document.getElementById("textInputID").style.height; is "250px" | |
| 8 PASS document.getElementById("textInputID").style.width is "250px" | |
| 9 PASS document.getElementById("textInputID").style.height; is "250px" | |
| 10 PASS document.getElementById("textInputID").style.width is "250px" | |
| 11 PASS document.getElementById("textInputID").style.height; is "250px" | |
| 12 PASS successfullyParsed is true | |
| 13 | |
| 14 TEST COMPLETE | |
| 15 | |
| OLD | NEW |