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