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

Unified Diff: LayoutTests/fast/css/large-number-round-trip-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/fast/css/large-number-round-trip-expected.txt
diff --git a/LayoutTests/fast/css/large-number-round-trip-expected.txt b/LayoutTests/fast/css/large-number-round-trip-expected.txt
index 7d585ee2afbd4e46b84ba167ff6132708af81e34..1d069dcdce6d6bc85c504c148acdf530c68e1b4e 100644
--- a/LayoutTests/fast/css/large-number-round-trip-expected.txt
+++ b/LayoutTests/fast/css/large-number-round-trip-expected.txt
@@ -1,3 +1,3 @@
-PASS: read 90010000px back as 33554428px, read again as 33554428px
-PASS: read -33554430px back as -33554430px, read again as -33554430px
-PASS: read -90010000px back as -33554430px, read again as -33554430px
+PASS: read 90010000px back as 3.35544e+07px, read again as 3.35544e+07px
+PASS: read -33554430px back as -3.35544e+07px, read again as -3.35544e+07px
+PASS: read -90010000px back as -3.35544e+07px, read again as -3.35544e+07px

Powered by Google App Engine
This is Rietveld 408576698