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

Unified Diff: third_party/WebKit/LayoutTests/animations/composition/rotate-composition.html

Issue 2691863002: Animations: Smooth interpolation for rotate none (Closed)
Patch Set: review feedback Created 3 years, 10 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 | third_party/WebKit/LayoutTests/animations/interpolation/rotate-interpolation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/composition/rotate-composition.html
diff --git a/third_party/WebKit/LayoutTests/animations/composition/rotate-composition.html b/third_party/WebKit/LayoutTests/animations/composition/rotate-composition.html
index ae01bc3f24e2465e341cafae407dbce4b291f5d5..5b5359c932963081978576709a9057400a7e1ab0 100644
--- a/third_party/WebKit/LayoutTests/animations/composition/rotate-composition.html
+++ b/third_party/WebKit/LayoutTests/animations/composition/rotate-composition.html
@@ -107,7 +107,7 @@ assertComposition({
replaceTo: '0 1 0 100deg',
}, [
{at: -1, is: '0 1 0 -100deg'},
- {at: 0, is: '0deg'},
+ {at: 0, is: 'none'},
{at: 0.25, is: '-1.20172e-16 1 -3.60516e-16 25deg'},
{at: 0.75, is: '-1.51909e-17 1 -4.55726e-17 75deg'},
{at: 1, is: '0 1 0 100deg'},
@@ -124,7 +124,7 @@ assertComposition({
{at: 0, is: '2 4 6 270deg'},
{at: 0.25, is: '2 4 6 202.5deg'},
{at: 0.75, is: '2 4 6 67.5deg'},
- {at: 1, is: '0deg'},
+ {at: 1, is: 'none'},
{at: 2, is: '2 4 6 -270deg'},
]);
@@ -152,7 +152,7 @@ assertComposition({
{at: 0, is: '1 2 3 360deg'},
{at: 0.25, is: '1 2 3 270deg'},
{at: 0.75, is: '1 2 3 90deg'},
- {at: 1, is: '0deg'},
+ {at: 1, is: 'none'},
{at: 2, is: '1 2 3 -360deg'},
]);
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/interpolation/rotate-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698