haikuwebkit/LayoutTests/css2.1/20110323/border-conflict-element-034...

30 lines
715 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Reference result</title>
<style type="text/css">
table
{
border-collapse: collapse;
height: 2in;
width: 2in;
}
tr
{
border: 5px solid black;
}
td
{
border: 5px solid black;
}
</style>
</head>
<body>
<p>Test passes if there is no red visible on the page.</p>
<table>
<tr>
<td></td>
</tr>
</table>
</body>
</html>