gecko/layout/reftests/bugs/356774-1-ref.html

16 lines
181 B
HTML
Raw Normal View History

2009-02-07 04:17:06 -08:00
<!DOCTYPE html>
<html>
<style>
table {
border: .1mm solid black;
}
</style>
<body>
<table cellspacing="0">
<tr>
<td>border: .1mm, collapsed</td>
</tr>
</table>
</body>
</html>