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'}, |