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

Unified Diff: LayoutTests/animations/interpolation/webkit-column-count-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
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/webkit-column-width-interpolation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/webkit-column-count-interpolation.html
diff --git a/LayoutTests/animations/interpolation/webkit-column-count-interpolation.html b/LayoutTests/animations/interpolation/webkit-column-count-interpolation.html
index a5c89b9a2801c4b3e603d2ae63e9b9e7b575a955..0c7c58b9575a82cc5491a9fd3f6db06d558c77d7 100644
--- a/LayoutTests/animations/interpolation/webkit-column-count-interpolation.html
+++ b/LayoutTests/animations/interpolation/webkit-column-count-interpolation.html
@@ -20,6 +20,12 @@
</template>
<script src="resources/interpolation-test.js"></script>
<script>
+assertNoInterpolation({
+ property: '-webkit-column-count',
+ from: 'auto',
+ to: '5'
+});
+
assertInterpolation({
property: '-webkit-column-count',
from: '1',
@@ -40,7 +46,7 @@ assertInterpolation({
// 5.
assertInterpolation({
property: '-webkit-column-count',
- from: '0',
+ from: '1',
alancutter (OOO until 2018) 2015/06/19 04:31:44 0 is not a valid value here.
to: '5'
}, [
{at: -0.5, is: '1'}, // Must be strictly positive
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/webkit-column-width-interpolation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698