tor-browser

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

instantiation-error-1.html.ini (529B)


      1 [instantiation-error-1.html]
      2  expected:
      3    if (processor == "x86") and debug: [OK, CRASH]
      4  [Test that missing exports lead to SyntaxError events on window and load events on script]
      5    expected:
      6      if sessionHistoryInParent and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
      7      if sessionHistoryInParent and (os == "mac") and not debug: [PASS, FAIL]
      8      if sessionHistoryInParent and (os == "android") and not debug: [PASS, FAIL]
      9      if not sessionHistoryInParent and not debug: [PASS, FAIL]