tor-browser

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

reverse-animation.html.ini (1029B)


      1 [reverse-animation.html]
      2  [Reversing an animation inverts the playback rate]
      3    expected: FAIL
      4 
      5  [Reversing an animation does not cause it to resolve the ready promise]
      6    expected: FAIL
      7 
      8  [Reversing an animation without an active timeline throws an InvalidStateError]
      9    expected: FAIL
     10 
     11  [Reversing an animation plays a pausing animation]
     12    expected: FAIL
     13 
     14  [Reversing an animation does not cause it to leave the pending state]
     15    expected: FAIL
     16 
     17  [Reversing should use the negative pending playback rate]
     18    expected: FAIL
     19 
     20  [Reversing when when playbackRate == 0 should preserve the playback rate]
     21    expected: FAIL
     22 
     23  [Reversing an animation resets a sticky start time.]
     24    expected: FAIL
     25 
     26  [Setting current time while reverse-pending preserves currentTime]
     27    expected: FAIL
     28 
     29  [Reversing an animation with a negative playback rate should cause the animation to play in a forward direction]
     30    expected: FAIL
     31 
     32  [Reversing an idle animation aligns startTime with the rangeEnd boundary]
     33    expected: FAIL