summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/356774-1-ref.html
blob: e781b795a141efd24673782d860288ea352bbc8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<style>
table {
 border: .1mm solid black;
}
</style>
<body>
<table cellspacing="0">
 <tr>
  <td>border: .1mm, collapsed</td>
 </tr>
</table>
</body>
</html>