mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
8 lines
275 B
HTML
8 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>
|