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

Unified Diff: LayoutTests/animations/interpolation/width-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/width-interpolation.html
diff --git a/LayoutTests/animations/interpolation/width-interpolation.html b/LayoutTests/animations/interpolation/width-interpolation.html
index 4ea4172f011f3caaa6015671bb41105387ec0f3f..294b43b7fd7fd5dbd905fceb8d7605d4a6bc1a20 100644
--- a/LayoutTests/animations/interpolation/width-interpolation.html
+++ b/LayoutTests/animations/interpolation/width-interpolation.html
@@ -63,7 +63,7 @@ assertNoInterpolation({
assertInterpolation({
property: 'width',
from: '0px',
- to: '100px'
+ to: '100px',
}, [
{at: -0.3, is: '0px'}, // CSS width can't be negative.
{at: 0, is: '0px'},
@@ -72,6 +72,7 @@ assertInterpolation({
{at: 1, is: '100px'},
{at: 1.5, is: '150px'}
]);
+
assertInterpolation({
property: 'width',
from: '10px',
« no previous file with comments | « LayoutTests/animations/interpolation/height-interpolation.html ('k') | Source/core/animation/LengthInterpolationType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698