<html>
<head>
<script type="text/javascript" >
function fn() {
document.write("Hello there!!!");
}
</script>
</head>
<body>
<button onclick="fn()">click</button>
</body>
</html>
ボタンをクリックした後、FFは回転し続けます(11.0)が、ボタンに配線せずに直接fn()を呼び出すかのように、正常に動作します。誰かこれを調べてください。