blob: 7fa9cd65593d4237a63bd461e6ea7cc3a2653629 (
plain)
1
2
3
4
5
6
7
|
<!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>
|