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

Side by Side Diff: LayoutTests/css3/filters/custom/custom-filter-animation-expected.txt

Issue 14805007: Clean up expectations for animation helper tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline LayoutTests/css3/masking/clip-path-animation Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1
2 PASS - "webkitFilter" property for "custom-from-none-box" element at 1s saw some thing close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0) 1 PASS - "webkitFilter" property for "custom-from-none-box" element at 1s saw some thing close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0)
3 PASS - "webkitFilter" property for "custom-to-none-box" element at 1s saw someth ing close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0) 2 PASS - "webkitFilter" property for "custom-to-none-box" element at 1s saw someth ing close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0)
4 PASS - "webkitFilter" property for "custom-from-no-params-box" element at 1s saw something close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0) 3 PASS - "webkitFilter" property for "custom-from-no-params-box" element at 1s saw something close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0)
5 PASS - "webkitFilter" property for "custom-to-no-params-box" element at 1s saw s omething close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0 ) 4 PASS - "webkitFilter" property for "custom-to-no-params-box" element at 1s saw s omething close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 30, offset 0 )
6 PASS - "webkitFilter" property for "custom-mix-attributes-box" element at 1s saw something close to: custom(url(vertex-rotate.vs) none, 5 5, rotateBy 30, offset 0) 5 PASS - "webkitFilter" property for "custom-mix-attributes-box" element at 1s saw something close to: custom(url(vertex-rotate.vs) none, 5 5, rotateBy 30, offset 0)
7 PASS - "webkitFilter" property for "custom-from-diff-params-box" element at 1s s aw something close to: custom(url(vertex-rotate.vs) none, 1 1, param 10, rotateB y 60, offset 10, another_param 5) 6 PASS - "webkitFilter" property for "custom-from-diff-params-box" element at 1s s aw something close to: custom(url(vertex-rotate.vs) none, 1 1, param 10, rotateB y 60, offset 10, another_param 5)
8 PASS - "webkitFilter" property for "custom-to-diff-params-box" element at 1s saw something close to: custom(url(vertex-rotate.vs) none, 1 1, param 10, rotateBy 60, offset 10, another_param 5) 7 PASS - "webkitFilter" property for "custom-to-diff-params-box" element at 1s saw something close to: custom(url(vertex-rotate.vs) none, 1 1, param 10, rotateBy 60, offset 10, another_param 5)
9 PASS - "webkitFilter" property for "custom-mix-params-box" element at 1s saw som ething close to: custom(url(vertex-rotate.vs) none, 1 1, param 10, another_param 5, first_param 6, rotateBy 60, offset 10, last_param 4) 8 PASS - "webkitFilter" property for "custom-mix-params-box" element at 1s saw som ething close to: custom(url(vertex-rotate.vs) none, 1 1, param 10, another_param 5, first_param 6, rotateBy 60, offset 10, last_param 4)
10 PASS - "webkitFilter" property for "custom-mix-numbers-box" element at 1s saw so mething close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 45, a 5.5, b 11 16.5, c 22 27.5 33, d 38.5 44 49.5) 9 PASS - "webkitFilter" property for "custom-mix-numbers-box" element at 1s saw so mething close to: custom(url(vertex-rotate.vs) none, 1 1, rotateBy 45, a 5.5, b 11 16.5, c 22 27.5 33, d 38.5 44 49.5)
11 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698