Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1254)

Side by Side Diff: LayoutTests/animations/timing-properties-do-not-update-running-animation-expected.txt

Issue 60033004: Don't check all animation/transition properties when comparing RenderStyles (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests that modifying the iteration count, delay, duration, direction, fill mode or timing function do not cause a running animation to be updated.
2
3 duration
4 iteration-count
5 delay
6 direction
7 fill-mode
8 timing-function
9 PASS: Element 'timing-function' did not overshoot
10 PASS: Element 'duration': -webkit-animation-duration was 1000s
11 PASS: Element 'duration': left was 300px
12 PASS: Element 'iteration-count': -webkit-animation-iteration-count was 1000000
13 PASS: Element 'iteration-count': left was 300px
14 PASS: Element 'delay': -webkit-animation-delay was 1000s
15 PASS: Element 'delay': left was 300px
16 PASS: Element 'direction': -webkit-animation-direction was reverse
17 PASS: Element 'direction': left was 300px
18 PASS: Element 'fill-mode': -webkit-animation-fill-mode was none
19 PASS: Element 'fill-mode': left was 300px
20 PASS: Element 'timing-function': -webkit-animation-timing-function was cubic-bez ier(0, 10, 1, 10)
21 PASS: Element 'timing-function': left was 300px
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698