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

Unified Diff: LayoutTests/svg/zoom/xy-getcomputedstyle.html

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/svg/zoom/xy-getcomputedstyle.html
diff --git a/LayoutTests/svg/zoom/xy-getcomputedstyle.html b/LayoutTests/svg/zoom/xy-getcomputedstyle.html
index e38e3301c76cefd6c5f6b1646bd0108717c95510..ebf692c2e5bde3f980113b01a6d282dfc9b5df80 100644
--- a/LayoutTests/svg/zoom/xy-getcomputedstyle.html
+++ b/LayoutTests/svg/zoom/xy-getcomputedstyle.html
@@ -19,8 +19,8 @@
var attrs = [ "x", "y" ];
var expected = [
[ "37px", "50%" ],
- [ "17px", "192.755905151367px" ],
- [ "22%", "151.181106567383px" ],
+ [ "17px", "192.756px" ],
+ [ "22%", "151.181px" ],
[ "240px", "36px" ],
[ "0px", "57px" ],
[ "32%", "1px" ],
« no previous file with comments | « LayoutTests/svg/hittest/rect-miterlimit.html ('k') | LayoutTests/transforms/transform-inherit-initial-unprefixed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698