tor-browser

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

dynamic-2-ref.html (297B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>Dynamic id and style (reference)</title>
      6 <style>
      7  #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 id="pass">PASS</mtext>
     14  </math>
     15 </body>
     16 </html>