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