tor-browser

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

general.any.js.ini (1501B)


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