blob: b8fd6bb42752060d568ee713bd74315c493e94dd [file] [log] [blame]
This tests accessing the length after accessing a particular index in HTMLOptionsCollections via HTMLSelectElement's item. WebKit should not crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS select.item(500) is null
PASS select.options.length is 0
PASS successfullyParsed is true
TEST COMPLETE