stretchy-msup-1d.html 399 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Non-stretchy msup</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  6. </head>
  7. <body>
  8. <!-- See bug 687807 -->
  9. <math >
  10. <mrow>
  11. <msup>
  12. <mo stretchy="true">&#x2192;</mo>
  13. <mtext>AAAAAA</mtext>
  14. </msup>
  15. <mspace width="5em" />
  16. </mrow>
  17. </math>
  18. </body>
  19. </html>