Mypal/layout/reftests/bugs/652301-1a.html
2019-03-11 13:26:37 +03: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>