tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / dom / NodeList / script-tests / nodelist-item-call-as-function.js
1 description('This tests that items in a NodeList cannot be called indexed using [[Call]].');
2
3 var nodeList = document.getElementsByTagName('div');
4 shouldThrow("nodeList(0)");
5