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