comparison: dom/base/crashtests/90613-1.html
dom/base/crashtests/90613-1.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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 |