Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / script-tests / document-all.js
index b6e40d5..f2ade4e 100644 (file)
@@ -1,4 +1,2 @@
 var htmlallcollection = document.all;
 shouldBe('htmlallcollection.toString()', "'[object HTMLAllCollection]'");
-shouldBeTrue('typeof htmlallcollection.tags == "function"');
-shouldBe('htmlallcollection.tags("body").length', "1");