1This 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 3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6PASS first == null is false 7PASS nodeList[0] is first 8PASS nodeList[0] is first 9PASS nodeList[0] is first 10PASS nodeList[0] is first 11PASS nodeList[0] is first 12PASS nodeList[0] is first 13PASS nodeList[0] is first 14PASS nodeList[0] is first 15PASS nodeList[0] is first 16PASS nodeList[0] is first 17PASS nodeList[0] is first 18PASS nodeList[0] is first 19PASS nodeList[0] is first 20PASS successfullyParsed is true 21 22TEST COMPLETE 23 24