summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/90613-1.html
blob: de60573cc3640bbb5d0ed48d9d0e6e93809eb121 (plain)
1
2
3
4
5
6
7
<html>
<body onload="this.focus();" onfocus="document.getElementById('foo').focus();" 
onblur="/*alert('hello');*/this.focus();">
<input type="text" id="foo">
</body>
</html>