tor-browser

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

operator-dictionary-arabic-002-ref.html (604B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Stretching of Arabic operators (reference)</title>
      6    <link rel="stylesheet" href="./support/operator-dictionary-tests.css"/>
      7  </head>
      8  <body>
      9 
     10    <p>You should see two rectangles of width 3em and height 1em:</p>
     11 
     12    <p>
     13      <math>
     14        <munder>
     15          <mo stretchy="true">_</mo>
     16          <mspace width="3em"/>
     17        </munder>
     18      </math>
     19    </p>
     20    <p>
     21      <math>
     22        <munder>
     23          <mo stretchy="true">_</mo>
     24          <mspace width="3em"/>
     25        </munder>
     26      </math>
     27    </p>
     28 
     29  </body>
     30 </html>