summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mo-accent/mo-accent-dynamic-ref.html
blob: 566089f93f3642196c5251861bd7eaca08eee8ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <title>mo@accent</title>
    <meta charset="utf-8"/>
  </head>
  <body>
    <math>
      <munderover><mtext>X</mtext><mo accent="true">O</mo><mo>O</mo></munderover>
    </math>
  </body>
</html>