haikuwebkit/LayoutTests/fast/table/100-percent-cell-width.html

17 lines
580 B
HTML

<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13670">http://bugs.webkit.org/show_bug.cgi?id=13670</a>
Table misrender when one of the TDs has width=100%</i>.
</p>
<p>
There should be one green vertical line, 100px long and 2px thick, near the right margin.
</p>
<table cellpadding="0" cellspacing="0">
<tr>
<td width="100%"></td>
<td><div style="width: 2px; background: green; height: 50px;"></div></td>
</tr>
</table>
<div style="direction: rtl;">
<div style="width: 2px; background: green; height: 50px;"></div>
</div>