tor-browser

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

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


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