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