tor-browser

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

reftest_wait_0.html (309B)


      1 <html class="reftest-wait">
      2 <title>Test with reftest-wait</title>
      3 <link rel=match href=green.html>
      4 <style>
      5 :root {background-color:red}
      6 </style>
      7 <script>
      8 setTimeout(function() {
      9  document.documentElement.style.backgroundColor = "green";
     10  document.documentElement.className = "";
     11 }, 2000);
     12 </script>
     13 </html>