mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
33f96edc87
--HG-- extra : rebase_source : 16d889910f0cd14071da4ecedfa92fa2db0be750
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>
|