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

Unified Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002.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: Fix tests 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/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002.html
diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002.html
index 8c95a042d9151909492372d7ca32c0a578e4aa0b..c58e3b9ec7a7e9cc9fd5ce5b7759dc989c0cc169 100644
--- a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002.html
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002.html
@@ -17,8 +17,8 @@
var shape_margin_valid_tests = [
{
"actual": "10.12345px",
- "expected_inline": "10.12345px",
- "expected_computed": "10.12345px"
+ "expected_inline": "10.1235px",
Timothy Loh 2015/05/19 00:26:17 This file looks imported too, I guess we shouldn't
+ "expected_computed": "10.1235px"
},
{
"actual": ".5px",

Powered by Google App Engine
This is Rietveld 408576698