tor-browser

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

bad-strategies.any.js.ini (1170B)


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