tor-browser

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

test_cacheflags_wrap.js (179B)


      1 //
      2 // Run test script in content process instead of chrome (xpcshell's default)
      3 //
      4 
      5 function run_test() {
      6  do_get_profile();
      7  run_test_in_child("../unit/test_cacheflags.js");
      8 }