blob: 72322e82bf7281d60a98a61ea486177c7c5cebba [file] [log] [blame]
This tests that items in a NodeList cannot be called indexed using [[Call]].
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS nodeList(0) threw exception TypeError: NodeList is not a function (evaluating 'nodeList(0)').
PASS successfullyParsed is true
TEST COMPLETE