blob: 53a571eaa498c8f01447c991a9909a2a9b39bd9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bug 267353 Reference</title>
<style type="text/css">table {border-collapse: collapse} td {padding: 0px}</style>
</head>
<body>
<table style="background: #DDDDDD; width: 25em">
<tr><td>
<table><tr>
<td><div style="background: blue; width: 5em"> </div></td>
<td width="100%" valign="top"><hr size="1"/></td>
</tr></table>
</td></tr>
</table>
</body>
</html>
|