tenfourfox/dom/base/crashtests/90613-1.html

8 lines
176 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<body onload="this.focus();" onfocus="document.getElementById('foo').focus();"
onblur="/*alert('hello');*/this.focus();">
<input type="text" id="foo">
</body>
</html>