blob: 1575be5fed203c7d2860096e2e88ccf96d8c13e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Test for HTMLTextAreaElement.textLength
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS textArea.textLength is 0
PASS textArea.textLength is 4
PASS textArea.textLength is 5
PASS textArea.textLength is 2
PASS textArea.textLength is 2
PASS successfullyParsed is true
TEST COMPLETE
|