| 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 3ccd3053d6674c2a1421a389b542d388618a7c8e..c6df3ace69d4855d287cd736d105e5e0051e6a6e 100644
|
| --- a/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
|
| +++ b/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
|
| @@ -21,6 +21,7 @@ PASS getComputedStyleValue("shape-margin", "1px") is "1px"
|
| PASS getComputedStyleValue("shape-margin", "-5em") is "0px"
|
| PASS getComputedStyleValue("shape-margin", "identifier") is "0px"
|
| PASS getComputedStyleValue("shape-margin", "'string'") is "0px"
|
| +PASS getComputedStyleValue("shape-margin", "calc(25%*3 - 10in)") is "calc(-960px + 75%)"
|
| PASS getChildComputedStyle("shape-margin", "0", "0") is "0px"
|
| PASS getChildComputedStyle("shape-margin", "0", "1px") is "1px"
|
| PASS getChildComputedStyle("shape-margin", "1px", "-1em") is "0px"
|
|
|