blob: 7fbdb4c9d0c5cb3333be4b12f55917c35b00330b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test-pre.js"></script>
<script>
description("Tests HTMLButtonElement's click is just HTMLElement click");
shouldBe("HTMLElement.prototype.click", "HTMLButtonElement.prototype.click");
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>