tor-browser

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

reentrant-strategies.any.js.ini (1248B)


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