tor-browser

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

general.any.js.ini (1530B)


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