summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/713606-1.html
blob: a0d4939a83fb8754e74d22847df1d156315c38b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
  <head>
    <title>Crashtest bug 713606</title>
  </head>
  <body onload="document.querySelector('mstyle').setAttribute('scriptminsize', '0%');">
    <math>
      <msubsup>
        <mtext>X</mtext>
        <mtable displaystyle="true"></mstyle>
        </mtext>Y</mtext>
      </msubsup>
    </math>
    <math>
      <msubsup>
        <mtext>X</mtext>
        <mstyle displaystyle="true"></mstyle>
        </mtext>Y</mtext>
      </msubsup>
    </math>
    <math><mfrac><mstyle displaystyle="true"></mstyle></mfrac></math>
  </body>
</html>