Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / NodeList / script-tests / nodelist-item-call-as-function.js
blob8f6d501b7138f5044247296fa5fc90b090155d08
1 description('This tests that items in a NodeList cannot be called indexed using [[Call]].');
3 var nodeList = document.getElementsByTagName('div');
4 shouldThrow("nodeList(0)");