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

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

Issue 2775143002: Implement frames() timing function (Closed)
Patch Set: Fix behaviour outside input range [0,1] Created 3 years, 8 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 the parsing and the computed style values of the animations properties. 1 Test the parsing and the computed style values of the animations 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 Valid animation-name values. 6 Valid animation-name values.
7 PASS computedStyle.animationName is 'none' 7 PASS computedStyle.animationName is 'none'
8 PASS computedStyle.webkitAnimationName is 'none' 8 PASS computedStyle.webkitAnimationName is 'none'
9 PASS Object.keys(style).indexOf('animationName') is not -1 9 PASS Object.keys(style).indexOf('animationName') is not -1
10 PASS Object.keys(style).indexOf('webkitAnimationName') is -1 10 PASS Object.keys(style).indexOf('webkitAnimationName') is -1
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 PASS style.webkitAnimationTimingFunction is 'steps(3, end)' 169 PASS style.webkitAnimationTimingFunction is 'steps(3, end)'
170 PASS computedStyle.webkitAnimationTimingFunction is 'steps(3, end)' 170 PASS computedStyle.webkitAnimationTimingFunction is 'steps(3, end)'
171 PASS style.animationTimingFunction is 'steps(4, end)' 171 PASS style.animationTimingFunction is 'steps(4, end)'
172 PASS computedStyle.animationTimingFunction is 'steps(4, end)' 172 PASS computedStyle.animationTimingFunction is 'steps(4, end)'
173 PASS style.webkitAnimationTimingFunction is 'steps(4, end)' 173 PASS style.webkitAnimationTimingFunction is 'steps(4, end)'
174 PASS computedStyle.webkitAnimationTimingFunction is 'steps(4, end)' 174 PASS computedStyle.webkitAnimationTimingFunction is 'steps(4, end)'
175 PASS style.animationTimingFunction is 'steps(5, start)' 175 PASS style.animationTimingFunction is 'steps(5, start)'
176 PASS computedStyle.animationTimingFunction is 'steps(5, start)' 176 PASS computedStyle.animationTimingFunction is 'steps(5, start)'
177 PASS style.webkitAnimationTimingFunction is 'steps(5, start)' 177 PASS style.webkitAnimationTimingFunction is 'steps(5, start)'
178 PASS computedStyle.webkitAnimationTimingFunction is 'steps(5, start)' 178 PASS computedStyle.webkitAnimationTimingFunction is 'steps(5, start)'
179 PASS style.animationTimingFunction is 'frames(5)'
180 PASS computedStyle.animationTimingFunction is 'frames(5)'
181 PASS style.webkitAnimationTimingFunction is 'frames(5)'
182 PASS computedStyle.webkitAnimationTimingFunction is 'frames(5)'
179 PASS style.animationTimingFunction is 'ease-in-out, ease-in' 183 PASS style.animationTimingFunction is 'ease-in-out, ease-in'
180 PASS computedStyle.animationTimingFunction is 'ease-in-out, ease-in' 184 PASS computedStyle.animationTimingFunction is 'ease-in-out, ease-in'
181 PASS style.webkitAnimationTimingFunction is 'ease-in-out, ease-in' 185 PASS style.webkitAnimationTimingFunction is 'ease-in-out, ease-in'
182 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in-out, ease-in' 186 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in-out, ease-in'
183 PASS style.animationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0.23, 0 .4)' 187 PASS style.animationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0.23, 0 .4)'
184 PASS computedStyle.animationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0.23, 0.4)' 188 PASS computedStyle.animationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0.23, 0.4)'
185 PASS style.webkitAnimationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0 .23, 0.4)' 189 PASS style.webkitAnimationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0 .23, 0.4)'
186 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in-out, cubic-bezier(0 .1, 0, 0.23, 0.4)' 190 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in-out, cubic-bezier(0 .1, 0, 0.23, 0.4)'
187 PASS style.animationTimingFunction is 'steps(3, start), ease-in-out' 191 PASS style.animationTimingFunction is 'steps(3, start), ease-in-out'
188 PASS computedStyle.animationTimingFunction is 'steps(3, start), ease-in-out' 192 PASS computedStyle.animationTimingFunction is 'steps(3, start), ease-in-out'
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 PASS style.webkitAnimationTimingFunction is '' 246 PASS style.webkitAnimationTimingFunction is ''
243 PASS computedStyle.webkitAnimationTimingFunction is 'ease' 247 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
244 PASS style.animationTimingFunction is '' 248 PASS style.animationTimingFunction is ''
245 PASS computedStyle.animationTimingFunction is 'ease' 249 PASS computedStyle.animationTimingFunction is 'ease'
246 PASS style.webkitAnimationTimingFunction is '' 250 PASS style.webkitAnimationTimingFunction is ''
247 PASS computedStyle.webkitAnimationTimingFunction is 'ease' 251 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
248 PASS style.animationTimingFunction is '' 252 PASS style.animationTimingFunction is ''
249 PASS computedStyle.animationTimingFunction is 'ease' 253 PASS computedStyle.animationTimingFunction is 'ease'
250 PASS style.webkitAnimationTimingFunction is '' 254 PASS style.webkitAnimationTimingFunction is ''
251 PASS computedStyle.webkitAnimationTimingFunction is 'ease' 255 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
256 PASS style.animationTimingFunction is ''
257 PASS computedStyle.animationTimingFunction is 'ease'
258 PASS style.webkitAnimationTimingFunction is ''
259 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
260 PASS style.animationTimingFunction is ''
261 PASS computedStyle.animationTimingFunction is 'ease'
262 PASS style.webkitAnimationTimingFunction is ''
263 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
264 PASS style.animationTimingFunction is ''
265 PASS computedStyle.animationTimingFunction is 'ease'
266 PASS style.webkitAnimationTimingFunction is ''
267 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
252 PASS style.animationTimingFunction is 'step-middle' 268 PASS style.animationTimingFunction is 'step-middle'
253 PASS computedStyle.animationTimingFunction is 'ease' 269 PASS computedStyle.animationTimingFunction is 'ease'
254 PASS style.webkitAnimationTimingFunction is 'step-middle' 270 PASS style.webkitAnimationTimingFunction is 'step-middle'
255 PASS computedStyle.webkitAnimationTimingFunction is 'ease' 271 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
256 PASS style.animationTimingFunction is 'steps(5, middle)' 272 PASS style.animationTimingFunction is 'steps(5, middle)'
257 PASS computedStyle.animationTimingFunction is 'ease' 273 PASS computedStyle.animationTimingFunction is 'ease'
258 PASS style.webkitAnimationTimingFunction is 'steps(5, middle)' 274 PASS style.webkitAnimationTimingFunction is 'steps(5, middle)'
259 PASS computedStyle.webkitAnimationTimingFunction is 'ease' 275 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
260 Valid animation-delay values. 276 Valid animation-delay values.
261 PASS computedStyle.animationDelay is '0s' 277 PASS computedStyle.animationDelay is '0s'
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 PASS style.webkitAnimation is '' 747 PASS style.webkitAnimation is ''
732 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' 748 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
733 PASS style.animation is '' 749 PASS style.animation is ''
734 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' 750 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
735 PASS style.webkitAnimation is '' 751 PASS style.webkitAnimation is ''
736 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' 752 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
737 PASS successfullyParsed is true 753 PASS successfullyParsed is true
738 754
739 TEST COMPLETE 755 TEST COMPLETE
740 756
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698