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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-animation-from-none-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-from-none-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-animation-from-none-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/filter-animation-from-none-expected.txt
index 54cfdda88f7844a565b1bc79356231b658886534..93de50f2ea9ed769b304f69e996cbd0b22f34192 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-animation-from-none-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-animation-from-none-expected.txt
@@ -1,10 +1,10 @@
-PASS - "webkitFilter" property for "grayscale-box" element at 0.5s saw something close to: grayscale(0.25)
-PASS - "webkitFilter" property for "sepia-box" element at 0.5s saw something close to: sepia(0.25)
-PASS - "webkitFilter" property for "saturate-box" element at 0.5s saw something close to: saturate(0.75)
-PASS - "webkitFilter" property for "hue-rotate-box" element at 0.5s saw something close to: hue-rotate(45deg)
-PASS - "webkitFilter" property for "invert-box" element at 0.5s saw something close to: invert(0.25)
-PASS - "webkitFilter" property for "opacity-box" element at 0.5s saw something close to: opacity(0.75)
-PASS - "webkitFilter" property for "brightness-box" element at 0.5s saw something close to: brightness(0.75)
-PASS - "webkitFilter" property for "contrast-box" element at 0.5s saw something close to: contrast(0.75)
-PASS - "webkitFilter" property for "blur-box" element at 0.5s saw something close to: blur(5px)
+PASS - "filter" property for "grayscale-box" element at 0.5s saw something close to: grayscale(0.25)
+PASS - "filter" property for "sepia-box" element at 0.5s saw something close to: sepia(0.25)
+PASS - "filter" property for "saturate-box" element at 0.5s saw something close to: saturate(0.75)
+PASS - "filter" property for "hue-rotate-box" element at 0.5s saw something close to: hue-rotate(45deg)
+PASS - "filter" property for "invert-box" element at 0.5s saw something close to: invert(0.25)
+PASS - "filter" property for "opacity-box" element at 0.5s saw something close to: opacity(0.75)
+PASS - "filter" property for "brightness-box" element at 0.5s saw something close to: brightness(0.75)
+PASS - "filter" property for "contrast-box" element at 0.5s saw something close to: contrast(0.75)
+PASS - "filter" property for "blur-box" element at 0.5s saw something close to: blur(5px)

Powered by Google App Engine
This is Rietveld 408576698