comparison: dom/base/crashtests/90613-1.html
dom/base/crashtests/90613-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <body onload="this.focus();" onfocus="document.getElementById('foo').focus();" |
|
3 onblur="/*alert('hello');*/this.focus();"> |
|
4 <input type="text" id="foo"> |
|
5 </body> |
|
6 </html> |
|
7 |