Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug5797.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

36 lines
764 B
HTML

<table border>
<tr>
<td width=2000>x</td>
<td width=4000>y</td>
</tr>
</table>
<BR>
<table border=1 width=100%>
<tr>
<td width="400">x</td>
<td width="400">y</td>
</tr>
</table>
<BR>
<table border=1 width=100%>
<tr>
<td width="500"><img src="../images/raccoon21.jpg"></td>
<td width="300">can't we all just get along?</td>
</tr>
</table>
<br>
<table border=1 width=100%>
<tr>
<td width="1200">Hello how are you</td>
<td width="500">I'am fine, and you?</td>
<td width="2000">I great, thank you</td>
</tr></table>
<BR>
<table width=100% border=1>
<tr>
<td width=1500><../images/pikajumpr.gif"></td>
<td width=2500><img src="../images/next.gif"></td>
<td width=30>This is a test to see if this will work on 5.0</td>
</tr></table>