tor-browser

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

write.any.js.ini (1111B)


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