tor-browser

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

error-propagation-forward.any.js.ini (1106B)


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