blob: 04baf1fe6740d9cbc94357e67517501e2b807dc4 [file] [log] [blame]
<html>
<head>
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<map title="map" id="firstmap">
<script>
description("Test using id in map element.");
shouldBeNonNull('document.getElementById("firstmap")');
var successfullyParsed = true;
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>