summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mirror-op-1.html
blob: bb59e16c230522822142a3bdb232fd53a46bf991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head><title>Test mirror op</title></head>
  <body>

    <p><math dir="rtl"><mo>(</mo></math></p>
    <p><math dir="rtl"><mo>)</mo></math></p>
    <p><math dir="rtl"><mo>[</mo></math></p>
    <p><math dir="rtl"><mo>]</mo></math></p>
    <p><math dir="rtl"><mo>{</mo></math></p>
    <p><math dir="rtl"><mo>}</mo></math></p>

  </body>
</html>