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

Unified Diff: third_party/WebKit/LayoutTests/animations/negative-delay-expected.txt

Issue 2518273002: Remove unnecessary webkit prefixes from animation layout tests (Closed)
Patch Set: remove trailing space 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/negative-delay-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/negative-delay-expected.txt b/third_party/WebKit/LayoutTests/animations/negative-delay-expected.txt
index 2ef011d54a534539773fb60a3c76419ceca9d95c..a903ef453712a605d03c1f7920dd5b1afeeb25fb 100644
--- a/third_party/WebKit/LayoutTests/animations/negative-delay-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/negative-delay-expected.txt
@@ -1,9 +1,9 @@
PASS - "left" property for "square1" element at 0s saw something close to: 300
PASS - "left" property for "square2" element at 0s saw something close to: 0
-PASS - "webkitTransform.4" property for "square3" element at 0s saw something close to: 300
-PASS - "webkitTransform.4" property for "square4" element at 0s saw something close to: 0
+PASS - "transform.4" property for "square3" element at 0s saw something close to: 300
+PASS - "transform.4" property for "square4" element at 0s saw something close to: 0
PASS - "left" property for "square1" element at 0.5s saw something close to: 450
PASS - "left" property for "square2" element at 0.5s saw something close to: 150
-PASS - "webkitTransform.4" property for "square3" element at 0.5s saw something close to: 450
-PASS - "webkitTransform.4" property for "square4" element at 0.5s saw something close to: 150
+PASS - "transform.4" property for "square3" element at 0.5s saw something close to: 450
+PASS - "transform.4" property for "square4" element at 0.5s saw something close to: 150

Powered by Google App Engine
This is Rietveld 408576698