tor-browser

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

exports.any.js.ini (1102B)


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