tor-browser

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

console-is-a-namespace.any.js.ini (1183B)


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