summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/384499-1.svg
blob: f4489100080a572b2af07ba784e59b8424984021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">

<html:style>
  #mathy { display: table}
</html:style>

<foreignObject width="500" height="500" y="50">
  <div xmlns="http://www.w3.org/1999/xhtml">
    <p>Foo</p>
    <div>
      <math xmlns="http://www.w3.org/1998/Math/MathML" id="mathy" display="block">
        <mrow>
          <mi>x</mi>
        </mrow>
      </math>
    </div>
  </div>
</foreignObject>

</svg>