tor-browser

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

general-addition.any.js.ini (1230B)


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