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

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

Issue 1259803007: Make AnimatedStyleBuilder value rounding consistent with StyleBuilder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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-rule-width-interpolation.html
diff --git a/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html b/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html
index 3314152c95418abb1e841590b0f8a4da4cd04c7c..86f6ac410d23c9c44946a202685f6c931b8a1d4e 100644
--- a/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html
+++ b/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html
@@ -49,7 +49,7 @@ assertInterpolation({
{at: 0.3, is: '14px'},
{at: 0.6, is: '25px'},
{at: 1, is: '40px'},
- {at: 1.5, is: '59px'},
+ {at: 1.5, is: '58px'},
]);
assertInterpolation({
@@ -75,7 +75,7 @@ assertInterpolation({
{at: 0.3, is: '14px'},
{at: 0.6, is: '25px'},
{at: 1, is: '40px'},
- {at: 1.5, is: '59px'},
+ {at: 1.5, is: '58px'},
]);
assertInterpolation({

Powered by Google App Engine
This is Rietveld 408576698