RetroZilla/layout/html/tests/formctls/bugs/bug35934.html
2015-10-20 23:03:22 -04:00

5 lines
134 B
HTML

<select>
<option value="foo">the following option has a value but no text</option>
<option selected value="bar"></option>
</select>