summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/381786-1.html
blob: fd2bc7dc998c0d8d12b9e9f401471bf22b9b31fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<body>

<div style="display:-moz-deck">
  <div>
    <span style="float: right; width: 0;">x</span>
  </div>
  <div style="position: relative;">
    <span style="float: right;">
      <span style="position: absolute;">y</span>
    </span>
  </div>
</div>

</body>
</html>