tor-browser

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

stateful-animator.https.html.ini (640B)


      1 [stateful-animator.https.html]
      2  [Stateful Animator instance gets dropped (does not get migrated) if state function is not serializable.]
      3    expected: FAIL
      4 
      5  [Stateful animator gets recreated with 'undefined' state if state function returns undefined.]
      6    expected: FAIL
      7 
      8  [Stateless animator gets reecreated with 'undefined' state.]
      9    expected: FAIL
     10 
     11  [Stateless animator should not copy the effect object.]
     12    expected: FAIL
     13 
     14  [Stateless animator should preserve the local time of its effect.]
     15    expected: FAIL
     16 
     17  [Stateful animator can use its state to update the animation. Pass if test does not timeout]
     18    expected: FAIL