Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!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>