tor-browser

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

maction-click-ref.html (321B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>maction click (reference)</title>
      6  </head>
      7  <body>
      8    <p>This test passes if you see a green square.</p>
      9    <math>
     10      <mrow>
     11        <mspace width="150px" height="150px" style="background: green"/>
     12      </mrow>
     13    </math>
     14  </body>
     15 </html>