OLD | NEW |
| (Empty) |
1 Test for resizing the Textarea below the minimum size set. | |
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 "194px" | |
7 PASS document.getElementById("textInputID").style.height; is "194px" | |
8 PASS document.getElementById("textInputID").style.width is "114px" | |
9 PASS document.getElementById("textInputID").style.height; is "84px" | |
10 PASS document.getElementById("textInputID").style.width is "74px" | |
11 PASS document.getElementById("textInputID").style.height; is "74px" | |
12 PASS successfullyParsed is true | |
13 | |
14 TEST COMPLETE | |
15 | |
OLD | NEW |