tor-browser

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

multiple-propagation.any.js.ini (1143B)


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