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

Unified Diff: third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-timing-function-expected.txt

Issue 2522123002: CSS Animations: Remove unnecessary webkit prefixes from 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/animations/missing-keyframe-properties-timing-function-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-timing-function-expected.txt b/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-timing-function-expected.txt
index 1accc470e4b5358f75c8eec2b39c701b461e9123..82af03f99ed7f8341e46db4ff70800d63c8b5f66 100644
--- a/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-timing-function-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-timing-function-expected.txt
@@ -1,5 +1,5 @@
PASS - "left" property for "box1" element at 0.5s saw something close to: 132
-PASS - "webkitTransform.4" property for "box2" element at 0.5s saw something close to: 132
+PASS - "transform.4" property for "box2" element at 0.5s saw something close to: 132
PASS - "left" property for "box1" element at 1.5s saw something close to: 300
-PASS - "webkitTransform.4" property for "box2" element at 1.5s saw something close to: 300
+PASS - "transform.4" property for "box2" element at 1.5s saw something close to: 300

Powered by Google App Engine
This is Rietveld 408576698