mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
322 B
HTML
17 lines
322 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
|
<html>
|
|
<head>
|
|
<title>row color strict</title>
|
|
</head>
|
|
<body>
|
|
<table style="width: 200px; background-color:green" cellspacing="60">
|
|
<tr style="background-color:red">
|
|
<td>foo</td>
|
|
</tr>
|
|
</table>
|
|
<div style="width:260px; border: solid thin">
|
|
260px
|
|
</div>
|
|
</body>
|
|
</html>
|