mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 10:39:26 +00:00
13 lines
362 B
HTML
13 lines
362 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementById('s').selectedIndex = 0;
|
|
document.documentElement.className = '';">
|
|
<form novalidate>
|
|
<select id='s' class='notvalid'>
|
|
<option>foo</option>
|
|
</select>
|
|
</form>
|
|
</body>
|
|
</html>
|