stretchy-mfenced-3b.html 554 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Stretchy mfenced</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. <mo stretchy="false">(</mo>
  12. <msup>
  13. <munderover>
  14. <mo stretchy="true">&#x2192;</mo>
  15. <mtext>AAAAAA</mtext>
  16. <mtext>BBBBBB</mtext>
  17. </munderover>
  18. <mtext>CCCCCC</mtext>
  19. </msup>
  20. <mo stretchy="false">)</mo>
  21. </mrow>
  22. </math>
  23. </body>
  24. </html>