mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-16 21:11:02 +00:00
12 lines
256 B
HTML
12 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<form novalidate>
|
|
<select required id='s' class='notinvalid'>
|
|
<option selected value="">foo</option>
|
|
</select>
|
|
</form>
|
|
</body>
|
|
</html>
|