tor-browser

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

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


      1 [bad-strategies.any.worker.html]
      2  expected:
      3    if os == "android": [OK, CRASH]
      4 
      5 [bad-strategies.any.sharedworker.html]
      6 
      7 [bad-strategies.any.serviceworker.html]
      8 
      9 [bad-strategies.any.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, TIMEOUT, CRASH]
     13 
     14 [bad-strategies.any.shadowrealm.html]
     15  expected: ERROR
     16 
     17 [bad-strategies.any.shadowrealm-in-sharedworker.html]
     18  expected: ERROR
     19 
     20 [bad-strategies.any.shadowrealm-in-dedicatedworker.html]
     21  expected: ERROR
     22 
     23 [bad-strategies.any.shadowrealm-in-shadowrealm.html]
     24  expected: ERROR
     25 
     26 [bad-strategies.any.shadowrealm-in-window.html]
     27  expected: ERROR
     28 
     29 [bad-strategies.https.any.shadowrealm-in-audioworklet.html]
     30  expected: ERROR
     31 
     32 [bad-strategies.https.any.shadowrealm-in-serviceworker.html]
     33  expected: [ERROR, TIMEOUT]