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

Unified Diff: LayoutTests/animations/interpolation/border-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
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/outline-width-interpolation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/border-width-interpolation.html
diff --git a/LayoutTests/animations/interpolation/border-width-interpolation.html b/LayoutTests/animations/interpolation/border-width-interpolation.html
index 9011f32e961882d9bb03b6b3b54f6bbff42c15b1..a774e3aa201bb152da68014971ce3e83f2257a69 100644
--- a/LayoutTests/animations/interpolation/border-width-interpolation.html
+++ b/LayoutTests/animations/interpolation/border-width-interpolation.html
@@ -43,7 +43,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({
@@ -69,7 +69,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({
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/outline-width-interpolation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698