stretchy-mfenced-1-ref.html 417 B

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