mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
9 lines
275 B
HTML
9 lines
275 B
HTML
|
<!DOCTYPE html>
|
||
|
<html class="reftest-wait">
|
||
|
<body onload='document.getElementById("focusme").focus();'>
|
||
|
<nosuchtageverwillexist
|
||
|
id="focusme" tabindex="0"
|
||
|
onfocus="document.documentElement.className=''">Some text</nosuchtageverwillexist>
|
||
|
</body>
|
||
|
</html>
|