summaryrefslogtreecommitdiffstats
path: root/layout/reftests/invalidation/table-repaint-c-ref.html
blob: 1e9393b958640685c027ba1228e08f6bc24fee5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<title>table-repaint-c-ref</title>
<style>
td {
width: 50px;
height: 50px;
}
</style>
</head>
<body>
<table >
<tbody>
<tr>
<td bgcolor="lime"></td>
</tr>
</tbody></table>
</body>
</html>