tenfourfox/layout/reftests/invalidation/table-repaint-c-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
210 B
HTML

<!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>