Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug7243.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

93 lines
1.5 KiB
HTML

<html><body>
<table style="table-layout:fixed;" cellspacing=10 border=1>
<col width=100>
<col width=200>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
</table>
<BR>
<table style="table-layout:fixed;" width=400 cellspacing=0 border=1>
<col width=100>
<col width=200>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
</table>
<BR>
<table style="table-layout:fixed;" width=200 cellspacing=0 border=1>
<col width=100>
<col width=200>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
</table>
<BR>
<table style="table-layout:fixed;" cellspacing=10 border=1>
<col width=100>
<tr>
<td>foo</td>
<td width=200>bar</td>
</tr>
</table>
<BR>
<table style="table-layout:fixed;" cellspacing=1 border=1>
<tr>
<td width=100>foo</td>
<td width=200>bar</td>
</tr>
</table>
<BR>
<table cellspacing=20 style="table-layout:fixed;" width=100% border=1>
<tr>
<td width=40% colspan=2>foo</td>
<td width=60%>bar</td>
</tr>
<tr>
<td>foo</td>
<td>bar</td>
<td>bar</td>
</tr>
</table>
<BR>
<table cellpadding=20 cellspacing=10 style="table-layout:fixed;" width=100%
border=1>
<col width=40%>
<col width=60%>
<tr>
<td style="border: 10px solid black;">foo</td>
<td>bar</td>
</tr>
</table>
<BR>
<table cellspacing=10 style="table-layout:fixed;" width=100 border=1>
<col width=40%>
<col width=60%>
<tr>
<td width=20>foo</td>
<td width=20>foo</td>
<td width=20>foo</td>
</tr>
</table>
<br>
<table style="table-layout:fixed;" width=200 cellspacing=0 border=1>
<col width=100>
<col width=200>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
</table>