tor-browser

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

content-113-ref.html (270B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    div {
      6        color: green;
      7    }
      8 </style>
      9 <body>
     10    <div>PASS();</div>
     11    <p>Test passes if only the word "PASS();" appears above. Fail if there is any other additional text.</p>
     12 </body>