Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / table / 100-percent-cell-width.html
blob35c28e744a662a57a9e6cee7583d7c991ddcf3ee
1 <p>
2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13670">http://bugs.webkit.org/show_bug.cgi?id=13670</a>
3 Table misrender when one of the TDs has width=100%</i>.
4 </p>
5 <p>
6 There should be one green vertical line, 100px long and 2px thick, near the right margin.
7 </p>
8 <table cellpadding="0" cellspacing="0">
9 <tr>
10 <td width="100%"></td>
11 <td><div style="width: 2px; background: green; height: 50px;"></div></td>
12 </tr>
13 </table>
14 <div style="direction: rtl;">
15 <div style="width: 2px; background: green; height: 50px;"></div>
16 </div>