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

Unified Diff: LayoutTests/css3/filters/script-tests/filter-property-computed-style.js

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
Index: LayoutTests/css3/filters/script-tests/filter-property-computed-style.js
diff --git a/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js b/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js
index 8071f93fb6cc9f19ccb8d908c130f5f42e186698..55740edbd02c80efd91d5b86dc65e1ca9857918d 100644
--- a/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js
+++ b/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js
@@ -141,7 +141,7 @@ testComputedFilterRule("Degrees float value converts to integer",
testComputedFilterRule("Radians value",
"hue-rotate(10rad)", 1,
["WebKitCSSFilterValue.CSS_FILTER_HUE_ROTATE"],
- ["hue-rotate(572.9577951308232deg)"]);
+ ["hue-rotate(572.957795130823deg)"]);
testComputedFilterRule("Gradians value",
"hue-rotate(10grad)", 1,

Powered by Google App Engine
This is Rietveld 408576698