tor-browser

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

browser_dummy.js (344B)


      1 /* Any copyright is dedicated to the Public Domain.
      2 * http://creativecommons.org/publicdomain/zero/1.0/ */
      3 
      4 // This file is a fake test so we can have support files in the stubs.ini, which are then
      5 // referenced as support files in the webconsole mochitest ini file.
      6 
      7 "use strict";
      8 
      9 add_task(function() {
     10  ok(true, "this is not a test");
     11 });