tor-browser

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

mprescripts-001-ref.html (746B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>mprescripts should render as an mrow (reference)</title>
      6  </head>
      7  <body>
      8    <math>
      9      <mrow>
     10        <mspace width="10px" height="20px" style="background: cyan;"></mspace>
     11        <mspace width="30px" height="10px" depth="5px" style="background: blue;"></mspace>
     12        <mspace width="20px" height="15px" depth="30px" style="background: lightblue;"></mspace>
     13        <mspace width="25px" depth="20px" style="background: cyan;"></mspace>
     14        <mspace width="40px" height="5px" depth="15px" style="background: blue;"></mspace>
     15        <mspace width="20px" height="35px" depth="5px" style="background: lightblue;"></mspace>
     16      </mrow>
     17    </math>
     18  </body>
     19 </html>