mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|
||
|
|