stretchy-mfenced-4a.html 507 B

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