mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
13 lines
405 B
HTML
13 lines
405 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<script>
|
|
function focusHandler()
|
|
{
|
|
setTimeout(document.documentElement.removeAttribute('class'), 0);
|
|
}
|
|
</script>
|
|
<body>
|
|
<textarea></textarea><textarea autofocus onfocus="focusHandler();"></textarea><textarea autofocus onfocus="focusHandler();"></textarea>
|
|
</body>
|
|
</html>
|