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

Unified Diff: LayoutTests/animations/interpolation/webkit-column-width-interpolation.html

Issue 1169003002: Fix animation of auto for -webkit-column-count and -webkit-column-width (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/webkit-column-width-interpolation.html
diff --git a/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html b/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
index 48e28f378c6234c68e164c75d5d0dbabca2755fd..4abc814e959020daca2e2588d1f490b72b18b179 100644
--- a/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
+++ b/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
@@ -38,12 +38,11 @@ assertInterpolation({
{at: 1, is: '101px'},
{at: 1.5, is: '151px'}
]);
-assertInterpolation({
+
+assertNoInterpolation({
property: '-webkit-column-width',
- from: '0px',
+ from: 'auto',
to: '100px'
-}, [
- {at: 0, is: '20px'}
-]);
+});
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698