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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/composited-during-animation-expected.txt

Issue 2529253002: CSS Filters: Reduce usage of webkit prefix in 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/composited-during-animation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/filters/composited-during-animation-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/composited-during-animation-expected.txt
index 391a529372a770fb6b2411a67f3383130b287712..42e3d53d229078a1abfde7dc7b53f65fa04faccf 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/composited-during-animation-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/filters/composited-during-animation-expected.txt
@@ -7,13 +7,13 @@ PASS: Element opacity-box had filter value opacity(0) before animation.
PASS: Element brightness-box had filter value brightness(0) before animation.
PASS: Element contrast-box had filter value contrast(0) before animation.
PASS: Element blur-box had filter value blur(10px) before animation.
-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: 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 "huerotate-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