summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-relative/1409114-2.html
blob: 06d644d5e4f10e5b626929fe2d4e55f97c934421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>