mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a7f188e73e
--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>
|