tor-browser

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

unregister.https.html.ini (1281B)


      1 [unregister.https.html]
      2  [Unregister controlling service worker]
      3    expected:
      4      if not fission and not debug and sessionHistoryInParent and (os == "linux"): [FAIL, PASS]
      5      if fission and (processor == "x86") and (os == "linux"): [FAIL, PASS]
      6      if not fission and not debug and not sessionHistoryInParent: [FAIL, PASS]
      7      FAIL
      8 
      9  [Unregister on script evaluation]
     10    expected:
     11      if not fission and not debug and sessionHistoryInParent and (os == "linux"): [FAIL, PASS]
     12      if fission and (processor == "x86") and (os == "linux"): [FAIL, PASS]
     13      if not fission and not debug and not sessionHistoryInParent: [FAIL, PASS]
     14      FAIL
     15 
     16  [Unregister on activate event]
     17    expected:
     18      if not fission and not debug and sessionHistoryInParent and (os == "linux"): [FAIL, PASS]
     19      if fission and (processor == "x86") and (os == "linux"): [FAIL, PASS]
     20      if not fission and not debug and not sessionHistoryInParent: [FAIL, PASS]
     21      FAIL
     22 
     23  [Unregister on installing event]
     24    expected:
     25      if not fission and not debug and sessionHistoryInParent and (os == "linux"): [FAIL, PASS]
     26      if fission and (processor == "x86") and (os == "linux"): [FAIL, PASS]
     27      if not fission and not debug and not sessionHistoryInParent: [FAIL, PASS]
     28      FAIL