tor-browser

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

strategies.any.js.ini (1365B)


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