| Index: LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
| diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
| index e4ae5bad392d28446f10918b64230d7d3cc59663..2d5fb6db9dd34416f768f4ceea22fe8e155acc08 100644
|
| --- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
| +++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
| @@ -69,13 +69,13 @@ PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px
|
| PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)"
|
| PASS getCSSText("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
|
| PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
|
| -PASS getCSSText("shape-inside", "circle()") is "circle()"
|
| +PASS getCSSText("shape-inside", "circle()") is "circle(at 50% 50%)"
|
| PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side at 50% 50%)"
|
| -PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-side)"
|
| +PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
|
| PASS getComputedStyleValue("shape-inside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
|
| -PASS getCSSText("shape-inside", "circle(closest-side)") is "circle(closest-side)"
|
| +PASS getCSSText("shape-inside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
|
| PASS getComputedStyleValue("shape-inside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
|
| -PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px)"
|
| +PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px at 50% 50%)"
|
| PASS getComputedStyleValue("shape-inside", "circle(10px)") is "circle(10px at 50% 50%)"
|
| PASS getCSSText("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
|
| PASS getComputedStyleValue("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
|
| @@ -89,19 +89,23 @@ PASS getCSSText("shape-inside", "circle(at top left)") is "circle(at 0% 0%)"
|
| PASS getComputedStyleValue("shape-inside", "circle(at top left)") is "circle(closest-side at 0% 0%)"
|
| PASS getCSSText("shape-inside", "circle(at right bottom)") is "circle(at 100% 100%)"
|
| PASS getComputedStyleValue("shape-inside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)"
|
| -PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
|
| +PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
|
| PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
|
| -PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
|
| +PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
|
| PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
|
| +PASS getCSSText("shape-inside", "circle(10px at right 10% bottom 10%)") is "circle(10px at 90% 90%)"
|
| +PASS getComputedStyleValue("shape-inside", "circle(10px at right 10% bottom 10%)") is "circle(10px at 90% 90%)"
|
| +PASS getCSSText("shape-inside", "circle(10px at right 0px bottom 0px)") is "circle(10px at 100% 100%)"
|
| +PASS getComputedStyleValue("shape-inside", "circle(10px at right 0px bottom 0px)") is "circle(10px at 100% 100%)"
|
| PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
|
| PASS getComputedStyleValue("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
|
| PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
|
| -PASS getCSSText("shape-inside", "ellipse()") is "ellipse()"
|
| +PASS getCSSText("shape-inside", "ellipse()") is "ellipse(at 50% 50%)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)"
|
| -PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px)"
|
| +PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px at 50% 50%)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "ellipse(10px closest-side at 50% 50%)"
|
| -PASS getCSSText("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px)"
|
| +PASS getCSSText("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
|
| PASS getCSSText("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px closest-side at 10px 50%)"
|
| @@ -117,15 +121,15 @@ PASS getCSSText("shape-inside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(at top left)") is "ellipse(closest-side closest-side at 0% 0%)"
|
| PASS getCSSText("shape-inside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)"
|
| -PASS getCSSText("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px at left 0% top 10px)"
|
| +PASS getCSSText("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px at 0% 10px)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at 0% 10px)"
|
| -PASS getCSSText("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at left 10px top 10px)"
|
| +PASS getCSSText("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at 10px 10px)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at 10px 10px)"
|
| PASS getCSSText("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)"
|
| -PASS getCSSText("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)"
|
| +PASS getCSSText("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
|
| -PASS getCSSText("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
|
| +PASS getCSSText("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
|
| PASS getCSSText("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
|
| PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
|
|
|