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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/prefixed/animation-inherit-initial-unprefixed-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 Test that inherit and initial works on unprefixed animations. 1 Test that inherit and initial works on unprefixed animations.
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 Testing inherit. 6 Testing inherit.
7 PASS computedStyle.animationName is 'anim' 7 PASS computedStyle.animationName is 'anim'
8 PASS computedStyle.webkitAnimationName is 'anim' 8 PASS computedStyle.webkitAnimationName is 'anim'
9 PASS computedStyle.animationDuration is '5s' 9 PASS computedStyle.animationDuration is '5s'
10 PASS computedStyle.webkitAnimationDuration is '5s' 10 PASS computedStyle.webkitAnimationDuration is '5s'
(...skipping 19 matching lines...) Expand all
30 PASS computedStyle.animationIterationCount is '1' 30 PASS computedStyle.animationIterationCount is '1'
31 PASS computedStyle.webkitAnimationIterationCount is '1' 31 PASS computedStyle.webkitAnimationIterationCount is '1'
32 PASS computedStyle.animationDirection is 'normal' 32 PASS computedStyle.animationDirection is 'normal'
33 PASS computedStyle.webkitAnimationDirection is 'normal' 33 PASS computedStyle.webkitAnimationDirection is 'normal'
34 PASS computedStyle.animationPlayState is 'running' 34 PASS computedStyle.animationPlayState is 'running'
35 PASS computedStyle.webkitAnimationPlayState is 'running' 35 PASS computedStyle.webkitAnimationPlayState is 'running'
36 PASS successfullyParsed is true 36 PASS successfullyParsed is true
37 37
38 TEST COMPLETE 38 TEST COMPLETE
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698