| Index: LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
| diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
| index d4f19d47ad296a4dc854b4cf20789ce8b17ab9f8..16c7cde9cf42de46222ed623ad1bd470e5469c26 100644
|
| --- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
| +++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
| @@ -239,6 +239,8 @@ PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
|
| PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none"
|
| PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
|
| PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none"
|
| +PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is ""
|
| +PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none"
|
| PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is ""
|
| PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none"
|
| PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""
|
|
|