tor-browser

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

setting-start-time.html.ini (1319B)


      1 [setting-start-time.html]
      2  [Setting the start time clears the hold time when the timeline is inactive]
      3    expected: FAIL
      4 
      5  [Setting the start time on a running animation updates the play state]
      6    expected: FAIL
      7 
      8  [Setting the start time resolves a pending ready promise]
      9    expected: FAIL
     10 
     11  [Setting an unresolved start time sets the hold time to unresolved when the timeline is inactive]
     12    expected: FAIL
     13 
     14  [Setting the start time resolves a pending ready promise when the timelineis inactive]
     15    expected: FAIL
     16 
     17  [Setting the start time clears the hold time]
     18    expected: FAIL
     19 
     20  [Setting the start time on a reverse running animation updates the play state]
     21    expected: FAIL
     22 
     23  [Setting an unresolved start time sets the hold time]
     24    expected: FAIL
     25 
     26  [Setting the start time updates the finished state]
     27    expected: FAIL
     28 
     29  [Setting the start time resolves a pending pause task]
     30    expected: FAIL
     31 
     32  [Setting the start time of a playing animation applies a pending playback rate]
     33    expected: FAIL
     34 
     35  [Setting the start time of a play-pending animation applies a pending playback rate]
     36    expected: FAIL
     37 
     38  [Setting the start time to an absolute time value throws exception]
     39    expected: FAIL
     40 
     41  [Setting an unresolved start time on a play-pending animation makes it idle]
     42    expected: FAIL