mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8 lines
176 B
HTML
8 lines
176 B
HTML
|
<html>
|
||
|
<body onload="this.focus();" onfocus="document.getElementById('foo').focus();"
|
||
|
onblur="/*alert('hello');*/this.focus();">
|
||
|
<input type="text" id="foo">
|
||
|
</body>
|
||
|
</html>
|
||
|
|