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

Unified Diff: LayoutTests/css3/filters/filter-animation-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/filters/filter-animation-expected.txt
diff --git a/LayoutTests/css3/filters/filter-animation-expected.txt b/LayoutTests/css3/filters/filter-animation-expected.txt
index 8906e1faa7c5bdd403097ebbbc5b8f287d6c1742..9006676654112e5b7cb9ab8822164116600dbe86 100644
--- a/LayoutTests/css3/filters/filter-animation-expected.txt
+++ b/LayoutTests/css3/filters/filter-animation-expected.txt
@@ -1,7 +1,7 @@
PASS - "webkitFilter" property for "grayscale-box" element at 1s saw something close to: grayscale(0.5)
PASS - "webkitFilter" property for "sepia-box" element at 1s saw something close to: sepia(0.5)
PASS - "webkitFilter" property for "saturate-box" element at 1s saw something close to: saturate(0.5)
-PASS - "webkitFilter" property for "huerotate-box" element at 1s saw something close to: huerotate(90deg)
+PASS - "webkitFilter" property for "hue-rotate-box" element at 1s saw something close to: hue-rotate(90deg)
PASS - "webkitFilter" property for "invert-box" element at 1s saw something close to: invert(0.5)
PASS - "webkitFilter" property for "opacity-box" element at 1s saw something close to: opacity(0.5)
PASS - "webkitFilter" property for "brightness-box" element at 1s saw something close to: brightness(0.5)
« no previous file with comments | « LayoutTests/css3/filters/filter-animation.html ('k') | LayoutTests/css3/filters/filter-animation-from-none.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698