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

Unified Diff: LayoutTests/animations/3d/transform-perspective-expected.txt

Issue 716963002: Remove property-specific handling in animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@animhelpercleanup
Patch Set: rm whitespace Created 6 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: LayoutTests/animations/3d/transform-perspective-expected.txt
diff --git a/LayoutTests/animations/3d/transform-perspective-expected.txt b/LayoutTests/animations/3d/transform-perspective-expected.txt
index be68229b883c8195cd436fe0a869880bd6a7ca68..36ee77f86ba1dd7ae9de278bd65fc94d0b8e386e 100644
--- a/LayoutTests/animations/3d/transform-perspective-expected.txt
+++ b/LayoutTests/animations/3d/transform-perspective-expected.txt
@@ -1,3 +1,3 @@
-PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,0,0,1,0,0,0,0,1,-0.0075,0,0,0,1
-PASS - "webkitTransform" property for "box2" element at 0.5s saw something close to: 1,0,0,0,0,1,0,0,0,0,1,-0.00199,0,0,0,1
+PASS - "transform" property for "box" element at 0.5s saw something close to: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0075, 0, 0, 0, 1)
+PASS - "transform" property for "box2" element at 0.5s saw something close to: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00199, 0, 0, 0, 1)

Powered by Google App Engine
This is Rietveld 408576698