Sign in
webkit
/
WebKit
/
3171213d84ddc1cb3289622b38ea4b8b7d089653
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLDocument
/
script-tests
/
document-all.js
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"
);