tor-browser

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

queuing-strategies.any.js.ini (1193B)


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