summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/bc_borderoffset2_ref.html
blob: bbb0698eb8fc2e8860dd458d5e6c77d85f0770d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<style>
td {width: 100px; text-align:center}
caption {border:solid 4px green}

</style>
</head>

<body>


<table cellspacing="0" cellpadding="0"><caption>caption</caption>
  <tr>
    <td style="border:solid 4px orange; width:102px; height:32px">cell 1</td>
  </tr>
</table>
</body>
</html>