mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
14 lines
393 B
HTML
14 lines
393 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>
|
|
<select></select><select autofocus onfocus="focusHandler();"></select><select autofocus onfocus="focusHandler();"></select>
|
|
</body>
|
|
</html>
|