blob: d671f313bd69db41d5151c56cfe9451a27cf9cd3 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description('Test that HTMLAllCollection.tags() does not exist.');
shouldBeUndefined("document.all.tags");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>