RetroZilla/layout/html/tests/table/interactive/bug11479.html
2015-10-20 23:03:22 -04:00

31 lines
503 B
HTML

<html><head><title>weird bug</title></head>
<body>
<form><table border=1>
<tr>
<td nowrap>
<fieldset>
<legend align=center>Spacing</legend>
<table width="100%" border=1>
<tr>
<td>
<label>
Letter:<br>
<select type="select-one" name="letter-spacing-selector" size=1 maxlength=80>
<option>foo</option>
</select>
</label>
When in GFX render mode for combobox a table cell grows with each click of the
combobox button.
Example:
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</form>
</body>
</html>