tor-browser

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

abort.any.js.ini (1575B)


      1 [abort.any.serviceworker.html]
      2  expected:
      3    if not sessionHistoryInParent: [OK, TIMEOUT]
      4  [a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel()]
      5    expected: FAIL
      6 
      7 
      8 [abort.any.worker.html]
      9  expected:
     10    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     11  [a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel()]
     12    expected: FAIL
     13 
     14 
     15 [abort.any.sharedworker.html]
     16  expected:
     17    if not sessionHistoryInParent and debug: [OK, ERROR]
     18  [a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel()]
     19    expected: FAIL
     20 
     21 
     22 [abort.any.html]
     23  [a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel()]
     24    expected: FAIL
     25 
     26 
     27 [abort.any.shadowrealm.html]
     28  expected:
     29    if (os == "mac") and not debug: [ERROR, CRASH]
     30    if (os == "android") and not debug: [ERROR, CRASH]
     31    ERROR
     32 
     33 [abort.any.shadowrealm-in-window.html]
     34  expected:
     35    if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     36    ERROR
     37 
     38 [abort.any.shadowrealm-in-dedicatedworker.html]
     39  expected:
     40    if (os == "android") and debug and sessionHistoryInParent: [ERROR, TIMEOUT]
     41    ERROR
     42 
     43 [abort.https.any.shadowrealm-in-audioworklet.html]
     44  expected:
     45    if os == "linux": [ERROR, TIMEOUT]
     46    ERROR
     47 
     48 [abort.https.any.shadowrealm-in-serviceworker.html]
     49  expected: [ERROR, TIMEOUT]
     50 
     51 [abort.any.shadowrealm-in-shadowrealm.html]
     52  expected: ERROR
     53 
     54 [abort.any.shadowrealm-in-sharedworker.html]
     55  expected: ERROR