Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / NodeList / nodelist-item-call-as-function-expected.txt
blob633ce284980472d57447ccf6d176745c9672b660
1 This tests that items in a NodeList cannot be called indexed using [[Call]].
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS nodeList(0) threw exception TypeError: nodeList is not a function.
7 PASS successfullyParsed is true
9 TEST COMPLETE