Files
Mozilla/mozilla/layout/html/tests/table/interactive/bug11479.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +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>