blob: 4ca9cd298bb29439e3c23f4756179fb1b279687a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
var htmlallcollection = document.all;
shouldBe('htmlallcollection.toString()', "'[object HTMLAllCollection]'");
</script>
</body>
</html>