tor-browser

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

templated.any.js.ini (1076B)


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