blob: 0d1ff60a9ccf0ef8052e4f851d4a8a9e3b2164cf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Tests background image render for TR</title>
<style>
.selected {
background-repeat: repeat-x;
background-position: top;
background: linear-gradient(to bottom, #C0C0FF, #FFFFFF);
color: black;
}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0">
<tr>
<td class="selected">Background set on row.</td>
</tr>
<tr>
<td class="selected">Background set on cell.</td>
</tr>
</table>
<p>
Background images should render the same whether set on the table
row or the table cell.
</p>
<p>
Test passes if backgrounds for the two rows above are identical.
</p>
</body>
</html>