tor-browser

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

display-contents-state-change-ref.html (280B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS test reference</title>
      4 <link rel="author" name="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
      5 <style>
      6 div {
      7  color: green;
      8 }
      9 </style>
     10 <div>
     11  This text should be green, there should be no red border at any time.
     12 </div>