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

Side by Side Diff: LayoutTests/css3/filters/composited-during-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: Element grayscale-box had filter value grayscale(1) before animation. 1 PASS: Element grayscale-box had filter value grayscale(1) before animation.
3 PASS: Element sepia-box had filter value sepia(1) before animation. 2 PASS: Element sepia-box had filter value sepia(1) before animation.
4 PASS: Element saturate-box had filter value saturate(1) before animation. 3 PASS: Element saturate-box had filter value saturate(1) before animation.
5 PASS: Element huerotate-box had filter value hue-rotate(90deg) before animation. 4 PASS: Element huerotate-box had filter value hue-rotate(90deg) before animation.
6 PASS: Element invert-box had filter value invert(1) before animation. 5 PASS: Element invert-box had filter value invert(1) before animation.
7 PASS: Element opacity-box had filter value opacity(0) before animation. 6 PASS: Element opacity-box had filter value opacity(0) before animation.
8 PASS: Element brightness-box had filter value brightness(0) before animation. 7 PASS: Element brightness-box had filter value brightness(0) before animation.
9 PASS: Element contrast-box had filter value contrast(0) before animation. 8 PASS: Element contrast-box had filter value contrast(0) before animation.
10 PASS: Element blur-box had filter value blur(10px) before animation. 9 PASS: Element blur-box had filter value blur(10px) before animation.
11 PASS - "webkitFilter" property for "grayscale-box" element at 1s saw something c lose to: grayscale(0.5) 10 PASS - "webkitFilter" property for "grayscale-box" element at 1s saw something c lose to: grayscale(0.5)
12 PASS - "webkitFilter" property for "sepia-box" element at 1s saw something close to: sepia(0.5) 11 PASS - "webkitFilter" property for "sepia-box" element at 1s saw something close to: sepia(0.5)
13 PASS - "webkitFilter" property for "saturate-box" element at 1s saw something cl ose to: saturate(0.5) 12 PASS - "webkitFilter" property for "saturate-box" element at 1s saw something cl ose to: saturate(0.5)
14 PASS - "webkitFilter" property for "huerotate-box" element at 1s saw something c lose to: hue-rotate(90deg) 13 PASS - "webkitFilter" property for "huerotate-box" element at 1s saw something c lose to: hue-rotate(90deg)
15 PASS - "webkitFilter" property for "invert-box" element at 1s saw something clos e to: invert(0.5) 14 PASS - "webkitFilter" property for "invert-box" element at 1s saw something clos e to: invert(0.5)
16 PASS - "webkitFilter" property for "opacity-box" element at 1s saw something clo se to: opacity(0.5) 15 PASS - "webkitFilter" property for "opacity-box" element at 1s saw something clo se to: opacity(0.5)
17 PASS - "webkitFilter" property for "brightness-box" element at 1s saw something close to: brightness(0.5) 16 PASS - "webkitFilter" property for "brightness-box" element at 1s saw something close to: brightness(0.5)
18 PASS - "webkitFilter" property for "contrast-box" element at 1s saw something cl ose to: contrast(0.5) 17 PASS - "webkitFilter" property for "contrast-box" element at 1s saw something cl ose to: contrast(0.5)
19 PASS - "webkitFilter" property for "blur-box" element at 1s saw something close to: blur(10px) 18 PASS - "webkitFilter" property for "blur-box" element at 1s saw something close to: blur(10px)
20 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698