tor-browser

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

1358375-3.html (430B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <style>
      5 #x { }
      6 #x { color: green; }
      7    </style>
      8  </head>
      9  <body onload="getComputedStyle(document.getElementById('x')).color;
     10                document.styleSheets[0].cssRules[0].style.setProperty('color', 'orange', 'important');
     11                document.documentElement.removeAttribute('class');">
     12    <div id="x"><span>I should be orange</span></div>
     13  </body>
     14 </html>