tor-browser

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

event.any.js.ini (1030B)


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