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

Unified Diff: LayoutTests/animations/interpolation/height-interpolation.html

Issue 1243313002: Migrate the remaining CSS properties interpolable as Lengths to LengthInterpolationType (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add composition tests Created 5 years, 3 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/height-interpolation.html
diff --git a/LayoutTests/animations/interpolation/height-interpolation.html b/LayoutTests/animations/interpolation/height-interpolation.html
index 24e5df5fa662ecd63c691f0e8e9b268fcd2297ae..e11e4b68abdade4db76a4ad396ecbf00bc0813cc 100644
--- a/LayoutTests/animations/interpolation/height-interpolation.html
+++ b/LayoutTests/animations/interpolation/height-interpolation.html
@@ -60,7 +60,7 @@ assertNoInterpolation({
assertInterpolation({
property: 'height',
from: '0px',
- to: '100px'
+ to: '100px',
}, [
{at: -0.3, is: '0px'}, // CSS height can't be negative.
{at: 0, is: '0px'},
« no previous file with comments | « LayoutTests/animations/composition/y-composition.html ('k') | LayoutTests/animations/interpolation/width-interpolation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698