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

Unified Diff: LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt

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
Index: LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt b/LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt
index 64dea1da997a013395b658d194e7f97e41291bec..75c68f55e12624e7eeb59e0752af3c8b5306af97 100644
--- a/LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/perspective-origin-interpolation-expected.txt
@@ -1,16 +1,16 @@
CSS Animations:
-PASS: -webkit-perspective-origin from [0% 50%] to [100% 150%] was [-30% 20%] at -0.3
-PASS: -webkit-perspective-origin from [0% 50%] to [100% 150%] was [0% 50%] at 0
-PASS: -webkit-perspective-origin from [0% 50%] to [100% 150%] was [30% 80%] at 0.3
-PASS: -webkit-perspective-origin from [0% 50%] to [100% 150%] was [60% 110%] at 0.6
-PASS: -webkit-perspective-origin from [0% 50%] to [100% 150%] was [100% 150%] at 1
-PASS: -webkit-perspective-origin from [0% 50%] to [100% 150%] was [150% 200%] at 1.5
+PASS: perspective-origin from [0% 50%] to [100% 150%] was [-30% 20%] at -0.3
+PASS: perspective-origin from [0% 50%] to [100% 150%] was [0% 50%] at 0
+PASS: perspective-origin from [0% 50%] to [100% 150%] was [30% 80%] at 0.3
+PASS: perspective-origin from [0% 50%] to [100% 150%] was [60% 110%] at 0.6
+PASS: perspective-origin from [0% 50%] to [100% 150%] was [100% 150%] at 1
+PASS: perspective-origin from [0% 50%] to [100% 150%] was [150% 200%] at 1.5
Web Animations API:
-FAIL: webkitPerspectiveOrigin from [0% 50%] to [100% 150%] was [25px 25px] at -0.3, expected [-30% 20%] (parsed as [-15px 10px])
-FAIL: webkitPerspectiveOrigin from [0% 50%] to [100% 150%] was [25px 25px] at 0, expected [0% 50%] (parsed as [0px 25px])
-FAIL: webkitPerspectiveOrigin from [0% 50%] to [100% 150%] was [25px 25px] at 0.3, expected [30% 80%] (parsed as [15px 40px])
-FAIL: webkitPerspectiveOrigin from [0% 50%] to [100% 150%] was [25px 25px] at 0.6, expected [60% 110%] (parsed as [30px 55px])
-FAIL: webkitPerspectiveOrigin from [0% 50%] to [100% 150%] was [25px 25px] at 1, expected [100% 150%] (parsed as [50px 75px])
-FAIL: webkitPerspectiveOrigin from [0% 50%] to [100% 150%] was [25px 25px] at 1.5, expected [150% 200%] (parsed as [75px 100px])
+PASS: perspectiveOrigin from [0% 50%] to [100% 150%] was [-30% 20%] at -0.3
+PASS: perspectiveOrigin from [0% 50%] to [100% 150%] was [0% 50%] at 0
+PASS: perspectiveOrigin from [0% 50%] to [100% 150%] was [30% 80%] at 0.3
+PASS: perspectiveOrigin from [0% 50%] to [100% 150%] was [60% 110%] at 0.6
+PASS: perspectiveOrigin from [0% 50%] to [100% 150%] was [100% 150%] at 1
+PASS: perspectiveOrigin from [0% 50%] to [100% 150%] was [150% 200%] at 1.5

Powered by Google App Engine
This is Rietveld 408576698