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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-padding-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-padding-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-padding-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-padding-expected.txt
index 1ea81b5c3aa4a8558713de109cc482274a3c3b0e..fdc0dc16c501a7477405ef6f430dbf2a8aa0eaad 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-padding-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-padding-expected.txt
@@ -13,7 +13,7 @@ PASS getCSSText("shape-padding", "4.5pc") is "4.5pc"
PASS getCSSText("shape-padding", "5px") is "5px"
PASS getCSSText("shape-padding", "0") is "0px"
PASS getCSSText("shape-padding", "-5px") is ""
-PASS getCSSText("shape-padding", "auto") is ""
+PASS getCSSText("shape-padding", "none") is ""
PASS getCSSText("shape-padding", "120%") is ""
PASS getCSSText("shape-padding", "'string'") is ""
PASS getComputedStyleValue("shape-padding", "0") is "0px"

Powered by Google App Engine
This is Rietveld 408576698