tor-browser

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

compression-stream.any.js.ini (1357B)


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