tenfourfox/layout/reftests/bugs/652301-1a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>