tor-browser

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

transition-skipped-after-animation-started.html.ini (691B)


      1 [transition-skipped-after-animation-started.html]
      2  expected:
      3    if (os_version == "24.04") and (processor == "x86_64") and debug and not fission: [OK, ERROR]
      4    if (os_version == "24.04") and (processor == "x86_64") and not debug: [OK, ERROR]
      5    if (os_version == "24.04") and (processor == "x86"): [OK, ERROR]
      6  [skipTransition() after animations have started running should resolve finished promise]
      7    expected:
      8      if (os_version == "24.04") and (processor == "x86_64") and debug and not fission: [PASS, TIMEOUT]
      9      if (os_version == "24.04") and (processor == "x86_64") and not debug: [PASS, TIMEOUT]
     10      if (os_version == "24.04") and (processor == "x86"): [PASS, TIMEOUT]