tor-browser

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

browser_fail_if.js (124B)


      1 // We expect this test to fail because it is marked as fail-if in the manifest.
      2 function test() {
      3  ok(false, "fail ok");
      4 }