summaryrefslogtreecommitdiffstats
path: root/layout/reftests/invalidation/table-repaint-a-ref.html
blob: a7957c34feab2be7809931ea2106c68b037c36f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<title>table-repaint-a-ref</title>
</head>
<body>
<table>
 <tr>
  <td bgcolor="lime"></td>
 </tr>
</table>
</body>
</html>