blob: e8bf95ab1e1f93e18280a656288666c72588a6de [file] [log] [blame]
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.item(1) is ""
PASS style[1] is undefined.
PASS style[-1] is undefined.
PASS successfullyParsed is true
TEST COMPLETE