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

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

Issue 212673002: CSS Transforms: Implement perspective-origin (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/perspective-origin-interpolation.html
diff --git a/LayoutTests/animations/interpolation/perspective-origin-interpolation.html b/LayoutTests/animations/interpolation/perspective-origin-interpolation.html
index 28ed1b3da7335473a02916efc9da6bc8062c45b0..0e38bbc8fa4c6246ccc194070a71140e1ee79aff 100644
--- a/LayoutTests/animations/interpolation/perspective-origin-interpolation.html
+++ b/LayoutTests/animations/interpolation/perspective-origin-interpolation.html
@@ -31,7 +31,7 @@
<script src="resources/interpolation-test.js"></script>
<script>
assertInterpolation({
- property: '-webkit-perspective-origin',
+ property: 'perspective-origin',
from: '0% 50%',
to: '100% 150%'
}, [
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698