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

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

Issue 1120133004: Serialize <number> to round to at most 6 decimals (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to fix win Created 5 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 110fcde6d7c2efac6a9d0ee4fa8a7e601f5dc311..561e4f9b35f72a7a328da3921cd50104131c5438 100644
--- a/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
+++ b/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
@@ -74,7 +74,7 @@ Degrees float value converts to integer : hue-rotate(10.0deg)
PASS filterStyle is "hue-rotate(10deg)"
Radians value : hue-rotate(10rad)
-PASS filterStyle is "hue-rotate(572.957795130823deg)"
+PASS filterStyle is "hue-rotate(572.958deg)"
Gradians value : hue-rotate(10grad)
PASS filterStyle is "hue-rotate(9deg)"

Powered by Google App Engine
This is Rietveld 408576698