tor-browser

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

validate.any.js.ini (786B)


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