Mypal/layout/reftests/bugs/568441-ref.html

7 lines
183 B
HTML

<!DOCTYPE>
<html class="reftest-wait">
<body onload="document.getElementById('i').focus();">
<input id='i' onfocus="document.documentElement.className = '';">
</body>
</html>