tor-browser

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

all-prop-unset-visited.html (350B)


      1 <!DOCTYPE html>
      2 <title>CSS Cascade: all:unset in :visited</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-cascade/#all-shorthand">
      4 <link rel="match" href="all-prop-unset-visited-ref.html">
      5 <style>
      6  :root { color: green; }
      7  a:visited { color: red; }
      8  a:visited { all: unset; }
      9 </style>
     10 <a href="">Test passes if this text is green.</a>