summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-relative/1409114-2.html
blob: 6d5e3c617a42bd593f9d0c8b101036e10696f2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<body style="overflow:hidden">
<table style="position:relative; top:-50px">
  <col style="background:green; width: 40px;">
  <tr style="position:relative; left:-100px; height: 40px">
    <td rowspan=2></td>
  </tr>
  <tr style="height: 40px"></tr>
</table>
</body>

</html>