mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|