mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +09:00
12 lines
362 B
HTML
12 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>
|