1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Non-stretchy msup</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- </head>
- <body>
- <!-- See bug 687807 -->
- <math >
- <mrow>
- <msup>
- <mo stretchy="true">→</mo>
- <mtext>AAAAAA</mtext>
- </msup>
- <mspace width="5em" />
- </mrow>
- </math>
- </body>
- </html>
|