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

Side by Side 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 unified diff | Download patch
OLDNEW
1 PASS: read 90010000px back as 33554428px, read again as 33554428px 1 PASS: read 90010000px back as 3.35544e+07px, read again as 3.35544e+07px
2 PASS: read -33554430px back as -33554430px, read again as -33554430px 2 PASS: read -33554430px back as -3.35544e+07px, read again as -3.35544e+07px
3 PASS: read -90010000px back as -33554430px, read again as -33554430px 3 PASS: read -90010000px back as -3.35544e+07px, read again as -3.35544e+07px
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698