summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/1182496-1.html
blob: 1d95905a2d4839eaf3370b2ee3ee854f88253a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
  <script>
    function tweak(){
      document.body.innerHTML="fuzz"
    }
  </script>
</head>
<body onload="tweak()">
  <svg xmlns="http://www.w3.org/2000/svg">
    <text>
      <foreignObject requiredFeatures="foo">
        <svg style="position: absolute;"/>
      </foreignObject>
    </text>
  </svg>
</body>
</html>