tor-browser

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

respond-after-enqueue.any.js.ini (1416B)


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