blob: e2f2d831d4e0bcef23b9059e5d04c7b6c70e7d3c [file] [log] [blame]
<html>
<head>
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<object width=100 height=100>
<param name="movie" id="id1">
</object>
<script>
description("Test using id in param element.");
shouldBeNonNull('document.getElementById("id1")');
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>