mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
20 lines
210 B
HTML
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>
|