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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-animation-multi-expected.txt

Issue 2528263002: CSS Filters: Reduce usage of webkit prefix in animation layout tests (Closed)
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/css3/filters/filter-animation-multi-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-animation-multi-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/filter-animation-multi-expected.txt
index 9006676654112e5b7cb9ab8822164116600dbe86..1f816f10a1b13959bd1801d9a3902192b684e4c6 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-animation-multi-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-animation-multi-expected.txt
@@ -1,10 +1,10 @@
-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 "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)
-PASS - "webkitFilter" property for "contrast-box" element at 1s saw something close to: contrast(0.5)
-PASS - "webkitFilter" property for "blur-box" element at 1s saw something close to: blur(10px)
+PASS - "filter" property for "grayscale-box" element at 1s saw something close to: grayscale(0.5)
+PASS - "filter" property for "sepia-box" element at 1s saw something close to: sepia(0.5)
+PASS - "filter" property for "saturate-box" element at 1s saw something close to: saturate(0.5)
+PASS - "filter" property for "hue-rotate-box" element at 1s saw something close to: hue-rotate(90deg)
+PASS - "filter" property for "invert-box" element at 1s saw something close to: invert(0.5)
+PASS - "filter" property for "opacity-box" element at 1s saw something close to: opacity(0.5)
+PASS - "filter" property for "brightness-box" element at 1s saw something close to: brightness(0.5)
+PASS - "filter" property for "contrast-box" element at 1s saw something close to: contrast(0.5)
+PASS - "filter" property for "blur-box" element at 1s saw something close to: blur(10px)

Powered by Google App Engine
This is Rietveld 408576698