gecko/layout/reftests/bugs/403519-2.html
Daniel Holbert 783f0d51f8 (No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00

30 lines
544 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<style>
td {
border: 1px solid black;
background-color: lime;
}
table {
border: 1px solid black;
background-color: red;
width: 500px;
border-spacing: 0;
}
</style>
</head>
<body>
<table>
<tbody><tr>
<td colspan="2"><div style="margin: 0 100%;">&nbsp;</div></td>
<td>b</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody></table>
</body></html>