tor-browser

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

from.any.js.ini (1237B)


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