mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
8 lines
308 B
HTML
8 lines
308 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementsByTagName('select')[1].focus();">
|
|
<select></select><select onfocus="document.documentElement.removeAttribute('class');"></select><select></select>
|
|
</body>
|
|
</html>
|