Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"↩
<head>↩
<style>↩
td {↩
border: 1px solid black;↩
background-color: lime;↩
}↩
table {↩
border: 1px solid black;↩
background-color: red;↩
width: 200px;↩
border-spacing: 0;↩
}↩
</style>↩
</head>↩
<body>↩
<table>↩
<tbody><tr>↩
<td colspan="2"><div style="margin: 0 100%;"> </div></td>↩
<td>b</td>↩
</tr>↩
<tr>↩
<td> </td>↩
<td> </td>↩
<td> </td>↩
</tr>↩
</tbody></table>↩
</body></html>↩