Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / parsing / parsing-shape-lengths-expected.txt
blobb0ecb86f71cca86f7e6cffe08ab0dff14f4b4a8c
1 Test that basic shapes accept different length units
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getStyleValue("shape-outside", "circle(0 at 0 0)") is "circle(0px at 0% 0%)"
7 PASS getStyleValue("shape-outside", "circle(1px at +1px -1px)") is "circle(1px at 1px -1px)"
8 PASS getStyleValue("shape-outside", "circle(1.5px at -1.5px +1.5px)") is "circle(1.5px at -1.5px 1.5px)"
9 PASS getStyleValue("shape-outside", "circle(.5px at -.5px +.5px)") is "circle(0.5px at -0.5px 0.5px)"
10 PASS getStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt 1pc)") is "inset(1cm 1mm 1in 1px round 1pt 1pc)"
11 PASS getStyleValue("shape-outside", "inset(-1px 1px 1px 1px round 1px 1px 1px 1px)") is "inset(-1px 1px 1px round 1px)"
12 PASS getStyleValue("shape-outside", "inset(1px -1px 1px 1px round 1px 1px 1px 1px)") is "inset(1px -1px 1px 1px round 1px)"
13 PASS getStyleValue("shape-outside", "inset(1px 1px -1px 1px round 1px 1px 1px 1px)") is "inset(1px 1px -1px round 1px)"
14 PASS getStyleValue("shape-outside", "inset(1px 1px 1px -1px round 1px 1px 1px 1px)") is "inset(1px 1px 1px -1px round 1px)"
15 PASS getStyleValue("shape-outside", "circle(1em at -1em +1em)") is "circle(1em at -1em 1em)"
16 PASS getStyleValue("shape-outside", "circle(1.5em at -1.5em +1.5em)") is "circle(1.5em at -1.5em 1.5em)"
17 PASS getStyleValue("shape-outside", "circle(.5em at -.5em +.5em)") is "circle(0.5em at -0.5em 0.5em)"
18 PASS getStyleValue("shape-outside", "circle(1ex at 1ex 1ex)") is "circle(1ex at 1ex 1ex)"
19 PASS getStyleValue("shape-outside", "circle(1rem at 1rem 1rem)") is "circle(1rem at 1rem 1rem)"
20 PASS getComputedStyleValue("shape-outside", "circle(1.5em at .5em 1em)") is "circle(12px at 4px 8px)"
21 PASS getComputedStyleValue("shape-outside", "circle(1.5rem at .5rem 1rem)") is "circle(24px at 8px 16px)"
22 PASS getStyleValue("shape-outside", "circle(1vw at 1vw 1vw)") is "circle(1vw at 1vw 1vw)"
23 PASS getStyleValue("shape-outside", "circle(1vh at 1vh 1vh)") is "circle(1vh at 1vh 1vh)"
24 PASS getStyleValue("shape-outside", "circle(1vmin at 1vmin 1vmin)") is "circle(1vmin at 1vmin 1vmin)"
25 PASS getComputedStyleValue("shape-outside", "circle(1.5vw at .5vw 1vw)") is "circle(12px at 4px 8px)"
26 PASS getComputedStyleValue("shape-outside", "circle(1.5vh at .5vh 1vh)") is "circle(9px at 3px 6px)"
27 PASS getComputedStyleValue("shape-outside", "circle(1.5vmin at .5vmin 1vmin)") is "circle(9px at 3px 6px)"
28 PASS getStyleValue("shape-outside", "circle(100% at 100% 100%)") is "circle(100% at 100% 100%)"
29 PASS getStyleValue("shape-outside", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10%)"
30 PASS getStyleValue("shape-outside", "ellipse(100% 100% at 100% 100%)") is "ellipse(100% 100% at 100% 100%)"
31 PASS getStyleValue("shape-outside", "polygon(10% 20%, 30% 40%, 40% 50%)") is "polygon(10% 20%, 30% 40%, 40% 50%)"
32 PASS getComputedStyleValue("shape-outside", "circle(150% at 50% 100%)") is "circle(150% at 50% 100%)"
33 PASS getComputedStyleValue("shape-outside", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10%)"
34 PASS getComputedStyleValue("shape-outside", "ellipse(100% 100% at 100% 100%)") is "ellipse(100% 100% at 100% 100%)"
35 PASS getComputedStyleValue("shape-outside", "polygon(10% 20%, 30% 40%, 40% 50%)") is "polygon(10% 20%, 30% 40%, 40% 50%)"
36 PASS getStyleValue("shape-outside", "circle(1 at 1px 1px)") is ""
37 PASS getComputedStyleValue("shape-outside", "circle(1 at 1px 1px)") is "none"
38 PASS getStyleValue("shape-outside", "circle(px at 1px 1px)") is ""
39 PASS getComputedStyleValue("shape-outside", "circle(px at 1px 1px)") is "none"
40 PASS getStyleValue("shape-outside", "circle(1p at 1px 1px)") is ""
41 PASS getComputedStyleValue("shape-outside", "circle(1p at 1px 1px)") is "none"
42 PASS getStyleValue("shape-outside", "circle(calc( at 1px 1px))") is ""
43 PASS getComputedStyleValue("shape-outside", "circle(calc( at 1px 1px))") is "none"
44 PASS getStyleValue("shape-outside", "circle(-1.5px at -1.5px +1.5px)") is ""
45 PASS getComputedStyleValue("shape-outside", "circle(-1.5px at -1.5px +1.5px)") is "none"
46 PASS getStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is ""
47 PASS getComputedStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt -1pc)") is "none"
48 PASS getStyleValue("shape-outside", "ellipse(-1em 1em at 1em 1em)") is ""
49 PASS getComputedStyleValue("shape-outside", "ellipse(-1em 1em at 1em 1em)") is "none"
50 PASS getStyleValue("shape-outside", "ellipse(1em -1em at 1em 1em)") is ""
51 PASS getComputedStyleValue("shape-outside", "ellipse(1em -1em at 1em 1em)") is "none"
52 PASS successfullyParsed is true
54 TEST COMPLETE