tor-browser

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

event-dispatch-active-flag.any.js.ini (1008B)


      1 [event-dispatch-active-flag.any.sharedworker.html]
      2 
      3 [event-dispatch-active-flag.any.html]
      4  expected:
      5    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      6 
      7 [event-dispatch-active-flag.any.serviceworker.html]
      8  expected:
      9    if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [OK, TIMEOUT]
     10  [Active during success handlers]
     11    expected:
     12      if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
     13 
     14  [Active during success listeners]
     15    expected:
     16      if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
     17 
     18  [Active during error handlers]
     19    expected:
     20      if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
     21 
     22  [Active during error listeners]
     23    expected:
     24      if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
     25 
     26 
     27 [event-dispatch-active-flag.any.worker.html]