tor-browser

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

basic.tentative.any.js.ini (1465B)


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