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

15 lines
191 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head><title>Bug #77068: Multiple select inside a &lt;font&gt; tag</title></head>
<body>
<form>
<font>
<select multiple>
<option>1</option>
</select>
</font>
</form>
</body>
</html>