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