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

Unified Diff: third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-expected.txt b/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-expected.txt
index 0d1bd153016acfeee6dd8f913539b7c136bdb8e5..1edac90fc8b1dbc8120a018125e4b0d468effc36 100644
--- a/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/missing-keyframe-properties-expected.txt
@@ -1,8 +1,8 @@
PASS - "opacity" property for "box1" element at 0.5s saw something close to: 0.5
PASS - "left" property for "box1" element at 1s saw something close to: 200
-PASS - "webkitTransform.4" property for "box2" element at 1s saw something close to: 200
+PASS - "transform.4" property for "box2" element at 1s saw something close to: 200
PASS - "opacity" property for "box1" element at 1s saw something close to: 0
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
PASS - "opacity" property for "box1" element at 1.5s saw something close to: 0.5

Powered by Google App Engine
This is Rietveld 408576698