mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 11:40:13 +01:00
15 lines
191 B
HTML
15 lines
191 B
HTML
<html>
|
|
<head><title>Bug #77068: Multiple select inside a <font> tag</title></head>
|
|
<body>
|
|
|
|
<form>
|
|
<font>
|
|
<select multiple>
|
|
<option>1</option>
|
|
</select>
|
|
</font>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|