tor-browser

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

play-animation.html.ini (1537B)


      1 [play-animation.html]
      2  [If a pause operation is interrupted, the ready promise is reused]
      3    expected: FAIL
      4 
      5  [Playing a finished animation clears the start time]
      6    expected: FAIL
      7 
      8  [Playing a canceled animation backwards sets the start time]
      9    expected: FAIL
     10 
     11  [Playing a canceled animation sets the start time]
     12    expected: FAIL
     13 
     14  [The ready promise should be replaced if the animation is not already pending]
     15    expected: FAIL
     16 
     17  [A pending ready promise should be resolved and not replaced when the animation enters the running state]
     18    expected: FAIL
     19 
     20  [Playing a pause-pending but previously finished animation realigns with the scroll position]
     21    expected: FAIL
     22 
     23  [Playing an animations with a negative playback rate aligns the start time with the end of the active range]
     24    expected: FAIL
     25 
     26  [Playing a finished animation restarts the animation aligned at the start]
     27    expected: FAIL
     28 
     29  [Current time set while play pending is preserved.]
     30    expected: FAIL
     31 
     32  [Playing an animations aligns the start time with the start of the active range]
     33    expected: FAIL
     34 
     35  [Resuming an animation from paused realigns with scroll position.]
     36    expected: FAIL
     37 
     38  [Start time set while play pending is preserved.]
     39    expected: FAIL
     40 
     41  [A pending playback rate is used when determining timeline range alignment]
     42    expected: FAIL
     43 
     44  [Playing a finished and reversed animation restarts the animation aligned at the end]
     45    expected: FAIL
     46 
     47  [Playing a running animation resets a sticky start time]
     48    expected: FAIL