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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html

Issue 2623453002: CSS scale property: scale with one value only affects X (Closed)
Patch Set: rebase Created 3 years, 11 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/responsive/scale-responsive.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html
index d5f0894824581f4f96f2171328c10098078b4b70..91b3f7b95458a5e020e3e09c29bde46fcea46d58 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html
@@ -26,12 +26,12 @@ assertInterpolation({
from: neutralKeyframe,
to: '1.5',
}, [
- {at: -1, is: '0.7 0.7'},
- {at: 0, is: '1.1 1.1'},
- {at: 0.25, is: '1.2 1.2'},
- {at: 0.75, is: '1.4 1.4'},
- {at: 1, is: '1.5 1.5'},
- {at: 2, is: '1.9 1.9'},
+ {at: -1, is: '0.7'},
+ {at: 0, is: '1.1'},
+ {at: 0.25, is: '1.2'},
+ {at: 0.75, is: '1.4'},
+ {at: 1, is: '1.5'},
+ {at: 2, is: '1.9'},
]);
assertInterpolation({
@@ -39,12 +39,12 @@ assertInterpolation({
from: 'unset',
to: '1.5',
}, [
- {at: -1, is: '0.5 0.5'},
+ {at: -1, is: '0.5'},
{at: 0, is: '1'},
- {at: 0.25, is: '1.125 1.125'},
- {at: 0.75, is: '1.375 1.375'},
- {at: 1, is: '1.5 1.5'},
- {at: 2, is: '2 2'},
+ {at: 0.25, is: '1.125'},
+ {at: 0.75, is: '1.375'},
+ {at: 1, is: '1.5'},
+ {at: 2, is: '2'},
]);
assertInterpolation({
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698