karnaze%netscape.com f4fe1a7a0c new regression tests
git-svn-id: svn://10.0.0.236/trunk@44232 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 04:10:20 +00: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>