tor-browser

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

animation-event-destroy-renderer.html.ini (750B)


      1 [animation-event-destroy-renderer.html?animationiteration]
      2  expected:
      3    if (os == "linux") and debug and fission: [OK, TIMEOUT]
      4    if (os == "linux") and debug and not fission: [OK, TIMEOUT]
      5    if (os == "linux") and not debug and fission: [OK, TIMEOUT]
      6    if (os == "linux") and not debug and not fission: [TIMEOUT, OK]
      7  [Triggering the cancel of an animation during event handling does not crash.]
      8    expected:
      9      if (os == "linux") and debug and fission: [PASS, TIMEOUT]
     10      if (os == "linux") and debug and not fission: [PASS, TIMEOUT]
     11      if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
     12      if (os == "linux") and not debug and not fission: [TIMEOUT, PASS]
     13 
     14 
     15 [animation-event-destroy-renderer.html?animationstart]