mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|