~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/interactive/bug11479.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><title>weird bug</title></head>
 
2
<body>
 
3
<form><table border=1>
 
4
<tr>
 
5
<td nowrap>
 
6
<fieldset>
 
7
<legend align=center>Spacing</legend>
 
8
<table width="100%" border=1>
 
9
<tr>
 
10
<td>
 
11
<label>
 
12
Letter:<br>
 
13
<select type="select-one" name="letter-spacing-selector" size=1 maxlength=80>
 
14
<option>foo</option>
 
15
</select>
 
16
</label>
 
17
When in GFX render mode for combobox a table cell grows with each click of the 
 
18
combobox button.
 
19
 
 
20
Example:
 
21
</td>
 
22
</tr>
 
23
</table>
 
24
</fieldset>
 
25
</td>
 
26
</tr>
 
27
</table>
 
28
</form>
 
29
</body>
 
30
</html>