| 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 eeec6c60520347175740f5dd936a794f18530dab..f98b7177e00b96c98447dea8facc5dbf31f5d44b 100644
|
| --- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
| +++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
| @@ -90,9 +90,9 @@ PASS getComputedStyleValue("shape-inside", "circle(at top left)") is "circle(clo
|
| 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 getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 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 getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 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 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)"
|
| @@ -118,15 +118,15 @@ PASS getComputedStyleValue("shape-inside", "ellipse(at top left)") is "ellipse(c
|
| 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 getComputedStyleValue("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 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 getComputedStyleValue("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at left 10px top 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 getComputedStyleValue("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 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 getComputedStyleValue("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 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)"
|
| PASS getCSSText("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
|
|
|