tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

direction-token-ref.html (703B)


      1 <!DOCTYPE html>
      2 <html dir="rtl">
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Verify dir attribute on token elements</title>
      6  </head>
      7  <body>
      8 
      9   <p><math><mtext style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mtext></math></p>
     10   <p><math><ms style="direction: rtl;">חוק \left חסר או חוק \right מיותר</ms></math></p>
     11   <p><math><mo style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mo></math></p>
     12   <p><math><mi style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mi></math></p>
     13   <p><math><mn style="direction: rtl;">חוק \left חסר או חוק \right מיותר</mn></math></p>
     14 
     15  </body>
     16 </html>