tor-browser

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

usercss-moz-document.html (295B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 p {
      6  background-color: red;
      7 }
      8 .reftest-xdomain {
      9  background: lime;
     10 }
     11 </style>
     12 </head>
     13 <body>
     14 <p class="reftest-domain">@-moz-document rules should be applied.</p>
     15 <p class="reftest-xdomain">@-moz-document rules should not be applied.</p>
     16 </body>
     17 </html>