mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
14 lines
405 B
HTML
14 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>
|