blob: 24d3296751b1049bad709f3e16628665df857365 [file] [log] [blame]
<html>
<head>
<script src="../../../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")');
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>