tor-browser

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

properties.any.js.ini (1137B)


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