tor-browser

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

forced-colors-000.html (300B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>forced colors should match when colors are forced</title>
      4 
      5 <style>
      6    div {
      7        width: 100px;
      8        height: 100px;
      9    }
     10    @media(forced-colors: active) {
     11        div {
     12            outline: 2px solid black;
     13        }
     14    }
     15 </style>
     16 <div></div>