Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / table / percent-heights.html
blob6e16fbe6bd49d536452bc84885308948ea8b34f2
1 <h3>Small Percentage Heights Bug</h3>
3 <p>In the example below, all eight cells should be the same height. It appears that any percentage heights
4 cause cells to fill the entire table height. Note how cell 8 is correct but 2-7 are not, despite the cells
5 all specifying height:30%.</p>
7 <table align=center summary="Table number four describes plain border" border=1 cellspacing=0 cellpadding=10 width=100%>
8 <td valign=center align=center width=100% height=30% bgcolor="#ffff00">Table Data #1<br>Other cells<br>should be the height<br>of this cell</td>
9 <td valign=center align=center width=100% height=30% bgcolor="#006000">TD #2</td>
10 <td valign=center align=center width=100% height=30% bgcolor="#00ffff">TD #3</td>
11 <td valign=center align=center width=100% height=30% bgcolor="#0000ff">TD #4</td>
12 <td valign=center align=center width=100% height=30% bgcolor="#008000">TD #5</td>
13 <td valign=center align=center width=100% height=30% bgcolor="#000080">TD #6</td>
14 <td valign=center align=center width=100% height=30% bgcolor="#cacaca">TD #7</td>
15 <td valign=center align=center width=100% height=30% bgcolor="#000000"><font color="#ffffff">TD #8</font></td>
16 </td>
17 </table>