summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/direction/direction-token-ref.html
blob: f1895b578adeaee2ef1a4c8b8ff35424bc81ea37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html dir="rtl">
  <head>
    <meta charset="utf-8"/>
    <title>Verify dir attribute on token elements</title>
  </head>
  <body>

   <p><math><mtext style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mtext></math></p>
   <p><math><ms style="direction: rtl;">חוק \left חסר או חוק \right מיותר</ms></math></p>
   <p><math><mo style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mo></math></p>
   <p><math><mi style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mi></math></p>
   <p><math><mn style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mn></math></p>

  </body>
</html>