tor-browser

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

finish-animation.html.ini (2108B)


      1 [finish-animation.html]
      2  [Finishing an animation resolves the finished promise synchronously]
      3    expected: FAIL
      4 
      5  [Finishing an animation attached to inactive timeline while play-pending doesn't resolves the pending task]
      6    expected: FAIL
      7 
      8  [Finishing an animation seeks to the end time]
      9    expected: FAIL
     10 
     11  [Finishing an animation fires finish event on orphaned element]
     12    expected: FAIL
     13 
     14  [A pending ready promise is resolved and not replaced when the animation is finished]
     15    expected: FAIL
     16 
     17  [Finishing a reversed animation with a current time less than zero makes it jump back to zero]
     18    expected: FAIL
     19 
     20  [Finishing a reversed animation jumps to zero time]
     21    expected: FAIL
     22 
     23  [Finishing an animation with a zero playback rate throws]
     24    expected: FAIL
     25 
     26  [Finishing a canceled animation sets the current and start times]
     27    expected: FAIL
     28 
     29  [Finishing idle animation attached to inactive timeline pauses the animation.]
     30    expected: FAIL
     31 
     32  [Finishing an animation while play-pending resolves the pending task immediately]
     33    expected: FAIL
     34 
     35  [Finishing an animation with a current time past the effect end jumps back to the end]
     36    expected: FAIL
     37 
     38  [Finishing idle animation produces correct state and fires finish event.]
     39    expected: FAIL
     40 
     41  [Finishing running animation attached to inactive timeline pauses the animation.]
     42    expected: FAIL
     43 
     44  [Finishing running animation produces correct state and fires finish event.]
     45    expected: FAIL
     46 
     47  [Finishing a pause-pending animation resolves the pending task immediately and update the start time]
     48    expected: FAIL
     49 
     50  [Finishing a paused animation resolves the start time]
     51    expected: FAIL
     52 
     53  [An exception should be thrown if the effective playback rate is zero]
     54    expected: FAIL
     55 
     56  [Finishing an animation during an aborted pause makes it finished immediately]
     57    expected: FAIL
     58 
     59  [A pending playback rate should be applied immediately when an animation is finished]
     60    expected: FAIL
     61 
     62  [Finishing a pause-pending animation with negative playback rate resolves the pending task immediately]
     63    expected: FAIL