Chromium Code Reviews| 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 ffbdd3d06204753e37387ed9ed9b26dd2934045f..f2fe3c3ff5ea1868d1e3e3a1baae19743a523d9e 100644 |
| --- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
| +++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
| @@ -5,18 +5,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
| PASS getCSSText("shape-inside", "none") is "none" |
| PASS getComputedStyleValue("shape-inside", "none") is "none" |
| -PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px)" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
| -PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px)" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)" |
| -PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "inset-rectangle(10px, 20px, 30px, 40px)" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
| PASS getCSSText("shape-inside", "inset(10px)") is "inset(10px 10px 10px 10px)" |
| PASS getComputedStyleValue("shape-inside", "inset(10px)") is "inset(10px 10px 10px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)" |
| PASS getCSSText("shape-inside", "inset(10px 9px)") is "inset(10px 9px 10px 9px)" |
| @@ -67,8 +55,6 @@ PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is " |
| PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)" |
| PASS getCSSText("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 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(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 at 50% 50%)" |
| @@ -99,8 +85,6 @@ PASS getCSSText("shape-inside", "circle(10px at right 0px bottom 0px)") is "circ |
| 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(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 at 50% 50%)" |
| @@ -171,30 +155,6 @@ PASS getCSSText("shape-inside", "calc()") is "" |
| PASS getComputedStyleValue("shape-inside", "calc()") is "none" |
| PASS getCSSText("shape-inside", "auto") is "" |
| PASS getComputedStyleValue("shape-inside", "auto") is "none" |
| -PASS getCSSText("shape-inside", "rectangle()") is "" |
| -PASS getComputedStyleValue("shape-inside", "rectangle()") is "none" |
| -PASS getCSSText("shape-inside", "rectangle(10px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "none" |
| -PASS getCSSText("shape-inside", "rectangle(10px, 10px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px, 10px)") is "none" |
| -PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px)") is "none" |
| -PASS getCSSText("shape-inside", "rectangle(10px 20px 30px 40px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px 20px 30px 40px)") is "none" |
| -PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "none" |
| -PASS getCSSText("shape-inside", "inset-rectangle()") is "" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle()") is "none" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "none" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "none" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "none" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "none" |
| -PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "none" |
| PASS getCSSText("shape-inside", "inset()") is "" |
| PASS getComputedStyleValue("shape-inside", "inset()") is "none" |
| PASS getCSSText("shape-inside", "inset(10px, 10px)") is "" |
| @@ -225,12 +185,6 @@ PASS getCSSText("shape-inside", "inset(/ 10px)") is "" |
| PASS getComputedStyleValue("shape-inside", "inset(/ 10px)") is "none" |
| PASS getCSSText("shape-inside", "inset(round /)") is "" |
| PASS getComputedStyleValue("shape-inside", "inset(round /)") is "none" |
| -PASS getCSSText("shape-inside", "circle(10px, 20px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "none" |
| -PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "none" |
| -PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "none" |
| PASS getCSSText("shape-inside", "circle(10px 20px)") is "" |
| PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "none" |
| PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is "" |
| @@ -247,12 +201,6 @@ PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" |
| PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "none" |
| PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is "" |
| PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)") is "none" |
| -PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none" |
| -PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none" |
| -PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" |
| -PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "none" |
| PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" |
| PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none" |
| PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" |
| @@ -307,11 +255,11 @@ PASS getCSSText("shape-inside", "url('shape.svg') content-box") is "" |
| PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "none" |
| PASS getCSSText("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "" |
| PASS getComputedStyleValue("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none" |
| -PASS getParentAndChildComputedStylesString("shape-inside", "none", "rectangle(10px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
| -PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rectangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
| -PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none" |
| -PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none" |
| -PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
| +FAIL getParentAndChildComputedStylesString("shape-inside", "none", "circle(10px, 20px, 30px, 40px)") should be parent: none, child: circle(10px, 20px, 30px, 40px, 0px, 0px). Was parent: none, child: none. |
| +FAIL getParentAndChildComputedStylesString("shape-inside", "outside-shape", "circle(10px, 20px, 30px, 40px)") should be parent: outside-shape, child: circle(10px, 20px, 30px, 40px, 0px, 0px). Was parent: outside-shape, child: none. |
| +FAIL getParentAndChildComputedStylesString("shape-inside", "circle(10px, 20px, 30px, 40px)", "initial") should be parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: none. Was parent: none, child: none. |
| +FAIL getParentAndChildComputedStylesString("shape-inside", "circle(10px, 20px, 30px, 40px)", "") should be parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: none. Was parent: none, child: none. |
| +FAIL getParentAndChildComputedStylesString("shape-inside", "circle(10px, 20px, 30px, 40px)", "inherit") should be parent: circle(10px, 20px, 30px, 40px, 0px, 0px), child: circle(10px, 20px, 30px, 40px, 0px, 0px). Was parent: none, child: none. |
|
Bem Jones-Bey (adobe)
2014/03/19 21:21:04
You should fix these tests so they pass.
|
| PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "parent: none, child: none" |
| PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none" |
| PASS successfullyParsed is true |