tor-browser

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

dynamic-1-ref.html (303B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>Dynamic MathML DOM (reference)</title>
      6 <style>
      7  mtext.pass { background: green; color: white; }
      8 </style>
      9 </head>
     10 <body>
     11  <p>Test passes if you see the text "PASS".</p>
     12  <math>
     13    <mtext class="pass">PASS</mtext>
     14  </math>
     15 </body>
     16 </html>