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