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

Side by Side Diff: LayoutTests/css3/filters/filter-animation-from-none-hw-expected.txt

Issue 716963002: Remove property-specific handling in animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@animhelpercleanup
Patch Set: rm whitespace Created 6 years, 1 month 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 PASS - "webkitFilter" property for "grayscale-box" element at 1s saw something c lose to: grayscale(0.5) 1 PASS - "webkitFilter" property for "grayscale-box" element at 1s saw something c lose to: grayscale(0.5)
2 PASS - "webkitFilter" property for "sepia-box" element at 1s saw something close to: sepia(0.5) 2 PASS - "webkitFilter" property for "sepia-box" element at 1s saw something close to: sepia(0.5)
3 PASS - "webkitFilter" property for "saturate-box" element at 1s saw something cl ose to: saturate(0.5) 3 PASS - "webkitFilter" property for "saturate-box" element at 1s saw something cl ose to: saturate(0.5)
4 PASS - "webkitFilter" property for "huerotate-box" element at 1s saw something c lose to: huerotate(90deg) 4 PASS - "webkitFilter" property for "hue-rotate-box" element at 1s saw something close to: hue-rotate(90deg)
5 PASS - "webkitFilter" property for "invert-box" element at 1s saw something clos e to: invert(0.5) 5 PASS - "webkitFilter" property for "invert-box" element at 1s saw something clos e to: invert(0.5)
6 PASS - "webkitFilter" property for "opacity-box" element at 1s saw something clo se to: opacity(0.5) 6 PASS - "webkitFilter" property for "opacity-box" element at 1s saw something clo se to: opacity(0.5)
7 PASS - "webkitFilter" property for "brightness-box" element at 1s saw something close to: brightness(0.5) 7 PASS - "webkitFilter" property for "brightness-box" element at 1s saw something close to: brightness(0.5)
8 PASS - "webkitFilter" property for "contrast-box" element at 1s saw something cl ose to: contrast(0.5) 8 PASS - "webkitFilter" property for "contrast-box" element at 1s saw something cl ose to: contrast(0.5)
9 PASS - "webkitFilter" property for "blur-box" element at 1s saw something close to: blur(10px) 9 PASS - "webkitFilter" property for "blur-box" element at 1s saw something close to: blur(10px)
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698