tor-browser

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

finishing-an-animation.html.ini (1695B)


      1 [finishing-an-animation.html]
      2  expected:
      3    if (os == "linux") and not debug and asan and fission: [OK, TIMEOUT]
      4    if (os == "linux") and debug and not fission: [OK, ERROR]
      5    if os == "mac": [OK, ERROR]
      6  [A pending playback rate should be applied immediately when an animation is finished]
      7    expected:
      8      if asan and fission: [PASS, NOTRUN]
      9 
     10  [Finishing an animation fires finish event when a finish event listener is added as the finished promise resolves]
     11    expected:
     12      if asan and fission: [PASS, NOTRUN]
     13 
     14  [Finishing an animation fires finish event on orphaned element]
     15    expected:
     16      if asan and fission: [PASS, NOTRUN]
     17 
     18  [Finishing an animation without a target resolves the finished promise synchronously]
     19    expected:
     20      if asan and fission: [PASS, NOTRUN]
     21 
     22  [An exception is NOT thrown when finishing if the effective playback rate is negative and the target effect end is infinity]
     23    expected:
     24      if asan and fission: [PASS, NOTRUN]
     25 
     26  [Finishing a canceled animation sets the current and start times]
     27    expected:
     28      if asan and fission: [PASS, NOTRUN]
     29 
     30  [Finishing an animation resolves the finished promise synchronously]
     31    expected:
     32      if asan and fission: [PASS, TIMEOUT]
     33 
     34  [An exception should be thrown if the effective playback rate is zero]
     35    expected:
     36      if asan and fission: [PASS, NOTRUN]
     37 
     38  [A pending ready promise is resolved and not replaced when the animation is finished]
     39    expected:
     40      if asan and fission: [PASS, NOTRUN]
     41 
     42  [An exception should be thrown when finishing if the effective playback rate is positive and the target effect end is infinity]
     43    expected:
     44      if asan and fission: [PASS, NOTRUN]