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