Chrome Version : 0.3.154.9
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: OK
Firefox 3: OK
IE 7: OK
What steps will reproduce the problem?
1. I have the following HTML in a page:
<table>
<tr valign="top">
<td colspan="2" align="left" style="font-family: Arial, Helvetica,
sans-serif;border-style:none; font-size:8pt; text-align:left;">
Options:
</td>
</tr>
<tr>
<td colspan="2" style="font-family: Arial, Helvetica, sans-
serif;border-style:none; font-size:8pt; text-align:left;">
<select name="optionLB" size="2" multiple style="font-
size:8pt;">
<option value="optionA" selected>optionA</option>
<option value="optionB" selected>optionB</option>
</select>
</td>
</tr>
</table>
The web page references a single CSS containing a single style that affects
no HTML element by default, and this style affects only color, font and
font size.
What is the expected result?
The list box should render with only enough vertical room for two elements,
not four.
What happens instead?
The list box on the screen renders with four lines, the last two being
blank.