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

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

Issue 285643006: Kill WTF::DecimalNumber class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Inline single-line function Created 6 years, 7 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-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aa6fdc1d50dba21ac4448180791ce67984dedef0..ea73d7eb0bd131522efcfb9ed4d9bde651248b56 100644
--- a/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
+++ b/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
@@ -31,7 +31,7 @@ assertInterpolation({
from: '1px',
to: '101px'
}, [
- {at: -0.3, is: '0.00001px'},
+ {at: -0.3, is: '0.000000119px'},
{at: 0, is: '1px'},
{at: 0.3, is: '31px'},
{at: 0.6, is: '61px'},
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/webkit-column-width-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698