tenfourfox/layout/reftests/bugs/652301-1b.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
275 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<body onload='document.getElementById("focusme").focus();'>
<nosuchtageverwillexist
id="focusme" tabindex="0"
onfocus="document.documentElement.className=''">Some text</nosuchtageverwillexist>
</body>
</html>