tor-browser

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

tee.any.js.ini (1330B)


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