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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt

Issue 112103012: Update default shape property value to 'none' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merging with new ellipse code Created 6 years, 11 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/shapes/parsing/parsing-shape-margin-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
index 3b769863655ca8e8b6465e37b18cac01a42c43e5..5aac63450782d0103b86c176084ba5875a5b7bf6 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
@@ -13,7 +13,7 @@ PASS getCSSText("shape-margin", "4.5pc") is "4.5pc"
PASS getCSSText("shape-margin", "5px") is "5px"
PASS getCSSText("shape-margin", "0") is "0px"
PASS getCSSText("shape-margin", "-5px") is ""
-PASS getCSSText("shape-margin", "auto") is ""
+PASS getCSSText("shape-margin", "none") is ""
PASS getCSSText("shape-margin", "120%") is ""
PASS getCSSText("shape-margin", "'string'") is ""
PASS getComputedStyleValue("shape-margin", "0") is "0px"

Powered by Google App Engine
This is Rietveld 408576698