tor-browser

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

constructor.any.js.ini (1133B)


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