tor-browser

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

bug1965620.js (200B)


      1 // |reftest| skip-if(!xulRuntime.shell) module -- requires shell-options
      2 
      3 import { m } from './bug1965620-dep.js';
      4 
      5 assertEq(m, 123);
      6 
      7 if (typeof reportCompare == 'function')
      8    reportCompare(0, 0);