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

Unified Diff: LayoutTests/css3/filters/filter-property-computed-style-expected.txt

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/filter-property-computed-style-expected.txt
diff --git a/LayoutTests/css3/filters/filter-property-computed-style-expected.txt b/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
index 3e7a3a41d267ee3d6b4de1e7738d29957c6ecde5..7515d2e9f711b7d4b349dd27a97fc3938652e43a 100644
--- a/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
+++ b/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
@@ -136,7 +136,7 @@ PASS subRule.cssText is 'hue-rotate(10deg)'
Radians value : hue-rotate(10rad)
PASS filterStyle.length is 1
PASS subRule.operationType is WebKitCSSFilterValue.CSS_FILTER_HUE_ROTATE
-PASS subRule.cssText is 'hue-rotate(572.9577951308232deg)'
+PASS subRule.cssText is 'hue-rotate(572.957795130823deg)'
Gradians value : hue-rotate(10grad)
PASS filterStyle.length is 1

Powered by Google App Engine
This is Rietveld 408576698