summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/foreignObject-fixedpos-02.html
blob: c4047625c00c24239bc2f36111327f9d2d3afe44 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<div style="height: 100px">
</div>
<svg width="200" height="200" style="overflow: visible">
  <foreignObject width="200" height="200">
    <div id="x" style="position:fixed; top: 0; left: 0; width: 100px; height: 100px; background-color: red">
    </div>
  </foreignObject>
</svg>