tor-browser

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

expect-global.js (102B)


      1 test(() => {
      2  assert_true('GLOBAL' in self);
      3 }, 'GLOBAL exists');
      4 
      5 scripts.push('expect-global.js');