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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/computed-style-expected.txt

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too Created 3 years, 5 months 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
OLDNEW
1 This tests computed style values from animation properties. 1 This tests computed style values from animation properties.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS test1Style.webkitAnimationName is 'anim1' 6 PASS test1Style.animationName is 'anim1'
7 PASS test2Style.webkitAnimationName is 'anim2, anim3' 7 PASS test2Style.animationName is 'anim2, anim3'
8 PASS test3Style.webkitAnimationName is 'anim1, anim2, anim3' 8 PASS test3Style.animationName is 'anim1, anim2, anim3'
9 PASS test1Style.webkitAnimationDuration is '10s' 9 PASS test1Style.animationDuration is '10s'
10 PASS test2Style.webkitAnimationDuration is '5s, 2.5s' 10 PASS test2Style.animationDuration is '5s, 2.5s'
11 PASS test1Style.webkitAnimationFillMode is 'backwards' 11 PASS test1Style.animationFillMode is 'backwards'
12 PASS test2Style.webkitAnimationFillMode is 'forwards, both' 12 PASS test2Style.animationFillMode is 'forwards, both'
13 PASS test1Style.webkitAnimationIterationCount is '10' 13 PASS test1Style.animationIterationCount is '10'
14 PASS test2Style.webkitAnimationIterationCount is '10, infinite' 14 PASS test2Style.animationIterationCount is '10, infinite'
15 PASS test1Style.webkitAnimationTimingFunction is 'linear' 15 PASS test1Style.animationTimingFunction is 'linear'
16 PASS test2Style.webkitAnimationTimingFunction is 'linear, ease-in-out' 16 PASS test2Style.animationTimingFunction is 'linear, ease-in-out'
17 PASS test3Style.webkitAnimationTimingFunction is 'step-start, step-end, steps(5, end)' 17 PASS test3Style.animationTimingFunction is 'step-start, step-end, steps(5, end)'
18 PASS test1Style.webkitAnimationDirection is 'normal' 18 PASS test1Style.animationDirection is 'normal'
19 PASS test2Style.webkitAnimationDirection is 'normal, alternate' 19 PASS test2Style.animationDirection is 'normal, alternate'
20 20
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698