Mypal/layout/reftests/bugs/652301-1-ref.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>