Sign in
webkit
/
WebKit
/
ccf8f7cdbfbfa46d99c5a9dcfbbf6cb2e9ec8c2c
/
.
/
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"
);