RetroZilla/layout/html/tests/table/bugs/bug86220.html
2015-10-20 23:03:22 -04: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>