Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / script-tests / document-all.js
blobf2ade4eec54a3aa1374003ff7866478a95403190
1 var htmlallcollection = document.all;
2 shouldBe('htmlallcollection.toString()', "'[object HTMLAllCollection]'");