tor-browser

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

constructor.any.js.ini (1307B)


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