tor-browser

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

1780790.html (389B)


      1 <html  class="reftest-wait">
      2  <head>
      3    <script>
      4      function test() {
      5        let ac = new AbortController();
      6        scheduler.postTask(()=> { ac.abort(); throw "Foobar";  }, { signal: ac.signal });
      7        scheduler.postTask(()=> document.documentElement.removeAttribute('class'));
      8      }
      9    </script>
     10    <style>
     11    </style>
     12  </head>
     13  <body onload="test()">
     14  </body>
     15 </html>