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

Unified Diff: LayoutTests/animations/interpolation/outline-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/outline-width-interpolation.html
diff --git a/LayoutTests/animations/interpolation/outline-width-interpolation.html b/LayoutTests/animations/interpolation/outline-width-interpolation.html
index c619552ad762953bdf034c89af5c2c3227e1106e..04a25beca86733a6394965633c2d75462e2cc749 100644
--- a/LayoutTests/animations/interpolation/outline-width-interpolation.html
+++ b/LayoutTests/animations/interpolation/outline-width-interpolation.html
@@ -45,7 +45,7 @@ assertInterpolation({
{at: 0.3, is: '8px'},
{at: 0.6, is: '13px'},
{at: 1, is: '20px'},
- {at: 1.5, is: '29px'},
+ {at: 1.5, is: '28px'},
]);
assertInterpolation({
@@ -71,7 +71,7 @@ assertInterpolation({
{at: 0.3, is: '8px'},
{at: 0.6, is: '13px'},
{at: 1, is: '20px'},
- {at: 1.5, is: '29px'},
+ {at: 1.5, is: '28px'},
]);
assertInterpolation({

Powered by Google App Engine
This is Rietveld 408576698