tor-browser

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

all-prop-revert-visited.html (372B)


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