1 This tests that indexed assignments to items of a NodeList do not override original values. See http://code.google.com/p/chromium/issues/detail?id=27967 2 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6 PASS first == null is false 7 PASS nodeList[0] is first 8 PASS nodeList[0] is first 9 PASS nodeList[0] is first 10 PASS nodeList[0] is first 11 PASS nodeList[0] is first 12 PASS nodeList[0] is first 13 PASS nodeList[0] is first 14 PASS nodeList[0] is first 15 PASS nodeList[0] is first 16 PASS nodeList[0] is first 17 PASS nodeList[0] is first 18 PASS nodeList[0] is first 19 PASS nodeList[0] is first 20 PASS successfullyParsed is true 21 22 TEST COMPLETE 23 24