blob: a9f8b00c469f7bb44e89b042601c4db3ab3093b0 (
plain)
1
2
3
4
5
6
7
|
<!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>
|