blob: b6e40d56537db4342dbae0d034a850d03a70c5fc [file] [log] [blame]
var htmlallcollection = document.all;
shouldBe('htmlallcollection.toString()', "'[object HTMLAllCollection]'");
shouldBeTrue('typeof htmlallcollection.tags == "function"');
shouldBe('htmlallcollection.tags("body").length', "1");