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

Unified Diff: LayoutTests/svg/hittest/rect-miterlimit.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/hittest/rect-miterlimit.html
diff --git a/LayoutTests/svg/hittest/rect-miterlimit.html b/LayoutTests/svg/hittest/rect-miterlimit.html
index 2e942ae54ec9445e9711e605c9c8bc5f7106f8b7..6c264febb2e0bfa3a3c6419371e9183fdc64f847 100644
--- a/LayoutTests/svg/hittest/rect-miterlimit.html
+++ b/LayoutTests/svg/hittest/rect-miterlimit.html
@@ -23,7 +23,7 @@ function onPageLoad() {
["1.414", "1.415"],
["1.4142", "1.4143"],
["1.41421", "1.41422"],
- ["1.414213", "1.414214"]
+ ["1.414213", "1.414220"]
//,["1.4142135", "1.4142136"]
];

Powered by Google App Engine
This is Rietveld 408576698