mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
10 lines
229 B
HTML
10 lines
229 B
HTML
<html><head></head>
|
|
<body>
|
|
<basefont style="position: absolute;">
|
|
<div id="a" tabindex="1"><span style="position: absolute;"></span>
|
|
</div>
|
|
<script>
|
|
var y=document.getElementById('a');
|
|
y.focus();
|
|
</script>
|
|
</body></html> |