| 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"
|
|
|