| 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 595d9b202311fcba8ec440a0b1ea2f5afd5af75e..adb3509e7dc6854e209ea68739d3fb3d53e20c50 100644
|
| --- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
| +++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
| @@ -21,6 +21,10 @@ PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20
|
| PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
|
| PASS getCSSText("shape-outside", "circle()") is "circle()"
|
| PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)"
|
| +PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-side)"
|
| +PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
|
| +PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side)"
|
| +PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
|
| PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px)"
|
| PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)"
|
| PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
|
|
|