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 44a38c0b81a523bb5f94a41818d2d4ce4d563f3e..fcb6c1941271ec0f32384ff71cda8fabce2a3223 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
@@ -90,9 +90,9 @@ PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(cl |
PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)" |
PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)" |
PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)" |
-PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)" |
+PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)" |
PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)" |
-PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)" |
+PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)" |
PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)" |
PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)" |
@@ -118,15 +118,15 @@ PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse( |
PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)" |
PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)" |
PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at left 0% top 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at 0% 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at left 10px top 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at left 10px top 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at 10px 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" |