gecko/layout/reftests/bugs/652301-1a.html
2011-04-27 20:12:27 -04:00

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>