mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8 lines
226 B
HTML
8 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<body onload='document.getElementById("focusme").focus();'>
|
|
<a id="focusme" tabindex="0"
|
|
onfocus="document.documentElement.className=''">Some text</a>
|
|
</body>
|
|
</html>
|