blob: d38591e867476b8f61a5214b04fca65b8ad9e3c4 [file] [log] [blame]
<html>
<head>
<script>
function handleClick() {
}
</script>
</head>
<body>
<input id='btn' type='button' onclick='handleClick()' value='Test'/>
</body>
</html>