karnaze%netscape.com 57f01da001 new regression tests
git-svn-id: svn://10.0.0.236/trunk@45515 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:20:44 +00:00

51 lines
1.1 KiB
HTML

<html>
<head>
<title>965</title>
</head>
<body>
<table style="border: thin solid red">
<tr>
<td style="border: thin solid green">one</td>
<td style="border: thin solid red">two</td>
<td style="border: thin solid blue">three</td>
</tr>
<tr>
<td style="border: thin solid green">four</td>
<td style="border: thin solid yellow">five</td>
<td style="border: thin solid orange">six</td></tr>
</table>
<br>
<table border=2 style="border: thin solid red">
<tr>
<td style="border: thin solid green">one</td>
<td style="border: thin solid red">two</td>
<td style="border: thin solid blue">three</td>
</tr>
<tr>
<td style="border: thin solid green">four</td>
<td style="border: thin solid yellow">five</td>
<td style="border: thin solid orange">six</td>
</tr>
</table>
<br>
should be 2px solid red around table
<table style="border: 2px solid red" border=2>
<tr><td>One</td><td>Two</td></tr>
</table>
<br>
should be medium solid red around table
<table style="border:solid red" border=2>
<tr><td>One</td><td>Two</td></tr>
</table>
</body></html>
</body>
</html>