tor-browser

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

setting-timeline.tentative.html.ini (2204B)


      1 [setting-timeline.tentative.html]
      2  [Setting a scroll timeline on a play-pending animation synchronizes currentTime of the animation with the scroll position.]
      3    expected: FAIL
      4 
      5  [Setting a scroll timeline on a running animation synchronizes the currentTime of the animation with the scroll position.]
      6    expected: FAIL
      7 
      8  [Transitioning from a scroll timeline to a document timeline on a running animation preserves currentTime]
      9    expected: FAIL
     10 
     11  [Switching from one scroll timeline to another updates currentTime]
     12    expected: FAIL
     13 
     14  [Setting a scroll timeline on a reversed paused animation fixes the currentTime of the animation based on the scroll position when resumed]
     15    expected: FAIL
     16 
     17  [Setting a scroll timeline on a reversed play-pending animation synchronizes the currentTime of the animation with the scroll position.]
     18    expected: FAIL
     19 
     20  [Setting a scroll timeline on a pause-pending animation fixes the currentTime of the animation based on the scroll position once resumed]
     21    expected: FAIL
     22 
     23  [Switching from a document timeline to a scroll timeline updates currentTime when unpaused via CSS.]
     24    expected: FAIL
     25 
     26  [Setting a scroll timeline on a paused animation fixes the currentTime of the animation based on the scroll position when resumed]
     27    expected: FAIL
     28 
     29  [Switching from a null timeline to a scroll timeline on an animation with a resolved start time preserved the play state]
     30    expected: FAIL
     31 
     32  [Transitioning from a scroll timeline to a document timeline on a pause-pending animation preserves currentTime]
     33    expected: FAIL
     34 
     35  [Transition from a scroll timeline to a document timeline on a reversed paused animation maintains correct currentTime]
     36    expected: FAIL
     37 
     38  [Switching from a document timeline to a scroll timeline on an infinite duration animation.]
     39    expected: FAIL
     40 
     41  [Transitioning from a scroll timeline to a null timeline on a running animation preserves current progress.]
     42    expected: FAIL
     43 
     44  [Switching from a document timeline to a scroll timeline and updating currentTime preserves the progress while paused.]
     45    expected: FAIL
     46 
     47  [Changing from a scroll-timeline to a view-timeline updates start time.]
     48    expected: FAIL