tor-browser

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

flow-control.any.js.ini (1251B)


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