bernd.mielke%snafu.de 0927633ba9 adding some table regression tests not part of the build
git-svn-id: svn://10.0.0.236/trunk@98866 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-07 19:09:24 +00:00

17 lines
322 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>row color strict</title>
</head>
<body>
<table style="width: 200px; background-color:green" cellspacing="60">
<tr style="background-color:red">
<td>foo</td>
</tr>
</table>
<div style="width:260px; border: solid thin">
260px
</div>
</body>
</html>