tor-browser

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

general.any.js.ini (1466B)


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