RetroZilla/layout/html/tests/formctls/bugs/bug35934.html

5 lines
134 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<select>
<option value="foo">the following option has a value but no text</option>
<option selected value="bar"></option>
</select>