tor-browser

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

api-basics.any.js.ini (1054B)


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