stretchy-msup-1c.html 404 B

123456789101112131415161718192021
  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. <mrow>
  12. <msup>
  13. <mo stretchy="true">&#x2192;</mo>
  14. <mtext>AAAAAA</mtext>
  15. </msup>
  16. </mrow>
  17. </mrow>
  18. </math>
  19. </body>
  20. </html>