layout/mathml/crashtests/713606-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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>

mercurial