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

Unified Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation.html

Issue 1535523002: Web Animations: Add SVGLengthListInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation.html
index 87e5184d267d9ab66c4819f5c61e8b861a46fe18..2161559f741c8abc646ec600f9bb6b85c66655e2 100644
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation.html
@@ -30,15 +30,15 @@ assertAttributeInterpolation({
]);
assertAttributeInterpolation({
property: 'y',
- from: '0em, 1ex, 2rems',
- to: '5em, 6ex, 7rems'
+ from: '0em, 1ex, 2rem',
+ to: '5em, 6ex, 7rem'
}, [
- {at: -0.4, is: '-2em, -1ex, 0rems'},
- {at: 0, is: '0em, 1ex, 2rems'},
- {at: 0.2, is: '1em, 2ex, 3rems'},
- {at: 0.6, is: '3em, 4ex, 5rems'},
- {at: 1, is: '5em, 6ex, 7rems'},
- {at: 1.4, is: '7em, 8ex, 9rems'}
+ {at: -0.4, is: '-2em, -1ex, 0rem'},
+ {at: 0, is: '0em, 1ex, 2rem'},
+ {at: 0.2, is: '1em, 2ex, 3rem'},
+ {at: 0.6, is: '3em, 4ex, 5rem'},
+ {at: 1, is: '5em, 6ex, 7rem'},
+ {at: 1.4, is: '7em, 8ex, 9rem'}
]);
assertAttributeInterpolation({
property: 'y',

Powered by Google App Engine
This is Rietveld 408576698