gecko/layout/reftests/invalidation/table-repaint-a-ref.html

14 lines
153 B
HTML
Raw Normal View History

2009-05-17 07:22:55 -07:00
<!DOCTYPE html>
<html>
<head>
<title>table-repaint-a-ref</title>
</head>
<body>
<table>
<tr>
<td bgcolor="lime"></td>
</tr>
</table>
</body>
</html>