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

Unified Diff: LayoutTests/animations/interpolation/perspective-interpolation.html

Issue 211233003: CSS Transforms: Implement perspective (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and update interpolation tests. Created 6 years, 9 months 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/interpolation/perspective-interpolation.html
diff --git a/LayoutTests/animations/interpolation/perspective-interpolation.html b/LayoutTests/animations/interpolation/perspective-interpolation.html
index 93f147a5aa3b0f93f9873343e06755a8bf1c8ecd..749e89ddcfbd9e8ef73cafa9024ae7eb2d1c4250 100644
--- a/LayoutTests/animations/interpolation/perspective-interpolation.html
+++ b/LayoutTests/animations/interpolation/perspective-interpolation.html
@@ -29,7 +29,7 @@
<script src="resources/interpolation-test.js"></script>
<script>
assertInterpolation({
- property: '-webkit-perspective',
+ property: 'perspective',
from: '50px',
to: '100px'
}, [

Powered by Google App Engine
This is Rietveld 408576698