summaryrefslogtreecommitdiffstats
path: root/dom/events/crashtests/recursive-onload.html
blob: e8f15610b2e2ccd840e3ae41e5b9ae9e11e407dc (plain)
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<head>
<title>Goodjet!</title>

<script language="JavaScript">
function onload()
{
// nothing here
}

</script>
</head>
<body onload ="onload();">
Body text
</body>
</html>