tor-browser

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

patched-global.any.js.ini (1284B)


      1 [patched-global.any.serviceworker.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      4 
      5 [patched-global.any.sharedworker.html]
      6  expected:
      7    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      8 
      9 [patched-global.any.worker.html]
     10  expected:
     11    if (os == "android") and not debug: [OK, CRASH]
     12 
     13 [patched-global.any.html]
     14  expected:
     15    if (os == "mac") and not debug: [OK, CRASH]
     16    if (os == "android") and debug: [OK, TIMEOUT]
     17    if (os == "android") and not debug: [OK, CRASH]
     18 
     19 [patched-global.any.shadowrealm.html]
     20  expected:
     21    if (os == "android") and not debug: [ERROR, CRASH]
     22    ERROR
     23 
     24 [patched-global.https.any.shadowrealm-in-serviceworker.html]
     25  expected:
     26    if not sessionHistoryInParent and debug: [ERROR, TIMEOUT, CRASH]
     27    [ERROR, TIMEOUT]
     28 
     29 [patched-global.any.shadowrealm-in-shadowrealm.html]
     30  expected:
     31    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     32    ERROR
     33 
     34 [patched-global.https.any.shadowrealm-in-audioworklet.html]
     35  expected: ERROR
     36 
     37 [patched-global.any.shadowrealm-in-window.html]
     38  expected: ERROR
     39 
     40 [patched-global.any.shadowrealm-in-sharedworker.html]
     41  expected: ERROR
     42 
     43 [patched-global.any.shadowrealm-in-dedicatedworker.html]
     44  expected: ERROR