blob: b4e0c1489c18e003dd5fb11b10cae8ea4e2c995a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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")');
</script>
</body>
</html>
|