blob: 9ce7733499ba5cd2920a326b7f8d61422c8089a3 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Reference result for CSS Test: Border Conflict Resolution (by element): cell in row - element with highest priority is the dominant border</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>