blob: 5b57e49cc066ea31b25d224188624c01c1d29a85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This tests indexing outside the range of the style object.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS style.length is 1
PASS style[0] is "color"
PASS style[1] is ""
PASS style[-1] is undefined.
PASS successfullyParsed is true
TEST COMPLETE
|