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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-margin-percentage-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/getComputedStyle/getComputedStyle-margin-percentage-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt
index 18198ddc9ad2b5634b665a98c0d01e3a99cd5cfb..f8a6d3d253304c6ff484ab2e87acb8cdeedbb637 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt
@@ -1,7 +1,7 @@
Test calling getPropertyValue on computed margin styles.
-margin-left: 258.71875px
-margin-top: 78.390625px
-margin-right: 113.28125px
+margin-left: 258.719px
+margin-top: 78.3906px
+margin-right: 113.281px
margin-bottom: 0px
Test

Powered by Google App Engine
This is Rietveld 408576698