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

</style>
</head>

<body>
<!-- in standards mode, the height for table cells does not includes the border -->
<div>
<table  cellspacing="0">
  <tr><td style="border:solid 4px orange; height:30px">cell 1</td></tr>
</table>
</div>
</body>
</html>