blob: 75ee12430a4c0195267cc679c5e82f60ef1d4657 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description('Test that HTMLAllCollection.tags() matches IE behavior with too few arguments.');
shouldThrow("document.all.tags()");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>