tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / exclusions / parsing-wrap-shape-inside-expected.txt
1 Testing the parsing of the -webkit-wrap-shape-inside property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS testCSSText("auto") is "auto"
7 PASS testComputedStyle("auto") is "auto"
8 PASS testCSSText("rect(10px, 20px, 30px, 40px)") is "rect(10px, 20px, 30px, 40px)"
9 PASS testComputedStyle("rect(10px, 20px, 30px, 40px)") is "rect(10px, 20px, 30px, 40px)"
10 PASS testCSSText("rect(10px, 20px, 30px, 40px, 5px)") is "rect(10px, 20px, 30px, 40px, 5px)"
11 PASS testComputedStyle("rect(10px, 20px, 30px, 40px, 5px)") is "rect(10px, 20px, 30px, 40px, 5px)"
12 PASS testCSSText("rect(10px, 20px, 30px, 40px, 5px, 10px)") is "rect(10px, 20px, 30px, 40px, 5px, 10px)"
13 PASS testComputedStyle("rect(10px, 20px, 30px, 40px, 5px, 10px)") is "rect(10px, 20px, 30px, 40px, 5px, 10px)"
14 PASS testCSSText("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
15 PASS testComputedStyle("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
16 PASS testCSSText("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
17 PASS testComputedStyle("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
18 PASS testCSSText("polygon(10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)"
19 PASS testComputedStyle("polygon(10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)"
20 PASS testCSSText("polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)"
21 PASS testComputedStyle("polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)"
22 PASS testCSSText("polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)"
23 PASS testComputedStyle("polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)"
24 PASS testNotInherited("auto", "rect(10px, 20px, 30px, 40px)") is "parent: auto, child: rect(10px, 20px, 30px, 40px)"
25 PASS testNotInherited("rect(10px, 20px, 30px, 40px)", "initial") is "parent: rect(10px, 20px, 30px, 40px), child: auto"
26 PASS testNotInherited("rect(10px, 20px, 30px, 40px)", "") is "parent: rect(10px, 20px, 30px, 40px), child: auto"
27 PASS testNotInherited("rect(10px, 20px, 30px, 40px)", "inherit") is "parent: rect(10px, 20px, 30px, 40px), child: rect(10px, 20px, 30px, 40px)"
28 PASS testNotInherited("", "inherit") is "parent: auto, child: auto"
29 PASS testNotInherited("auto", "inherit") is "parent: auto, child: auto"
30 PASS testCSSText("calc()") is ""
31 PASS testComputedStyle("calc()") is "auto"
32 PASS testCSSText("none") is ""
33 PASS testComputedStyle("none") is "auto"
34 PASS testCSSText("rect()") is ""
35 PASS testComputedStyle("rect()") is "auto"
36 PASS testCSSText("rect(10px)") is ""
37 PASS testComputedStyle("rect(10px)") is "auto"
38 PASS testCSSText("rect(10px, 10px)") is ""
39 PASS testComputedStyle("rect(10px, 10px)") is "auto"
40 PASS testCSSText("rect(10px, 20px, 30px)") is ""
41 PASS testComputedStyle("rect(10px, 20px, 30px)") is "auto"
42 PASS testCSSText("rect(10px 20px 30px 40px)") is ""
43 PASS testComputedStyle("rect(10px 20px 30px 40px)") is "auto"
44 PASS testCSSText("rect(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
45 PASS testComputedStyle("rect(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "auto"
46 PASS testCSSText("circle()") is ""
47 PASS testComputedStyle("circle()") is "auto"
48 PASS testCSSText("circle(10px)") is ""
49 PASS testComputedStyle("circle(10px)") is "auto"
50 PASS testCSSText("circle(10px, 20px)") is ""
51 PASS testComputedStyle("circle(10px, 20px)") is "auto"
52 PASS testCSSText("circle(10px 20px 30px)") is ""
53 PASS testComputedStyle("circle(10px 20px 30px)") is "auto"
54 PASS testCSSText("circle(10px, 20px, 30px, 40px)") is ""
55 PASS testComputedStyle("circle(10px, 20px, 30px, 40px)") is "auto"
56 PASS testCSSText("ellipse()") is ""
57 PASS testComputedStyle("ellipse()") is "auto"
58 PASS testCSSText("ellipse(10px)") is ""
59 PASS testComputedStyle("ellipse(10px)") is "auto"
60 PASS testCSSText("ellipse(10px, 20px)") is ""
61 PASS testComputedStyle("ellipse(10px, 20px)") is "auto"
62 PASS testCSSText("ellipse(10px, 20px, 30px)") is ""
63 PASS testComputedStyle("ellipse(10px, 20px, 30px)") is "auto"
64 PASS testCSSText("ellipse(10px 20px 30px 40px)") is ""
65 PASS testComputedStyle("ellipse(10px 20px 30px 40px)") is "auto"
66 PASS testCSSText("polygon()") is ""
67 PASS testComputedStyle("polygon()") is "auto"
68 PASS testCSSText("polygon(evenodd 10px, 20px 30px, 40px 40px, 50px)") is ""
69 PASS testComputedStyle("polygon(evenodd 10px, 20px 30px, 40px 40px, 50px)") is "auto"
70 PASS testCSSText("polygon(nonzero 10px, 20px 30px, 40px 40px, 50px)") is ""
71 PASS testComputedStyle("polygon(nonzero 10px, 20px 30px, 40px 40px, 50px)") is "auto"
72 PASS testCSSText("polygon(nonzero)") is ""
73 PASS testComputedStyle("polygon(nonzero)") is "auto"
74 PASS testCSSText("polygon(evenodd)") is ""
75 PASS testComputedStyle("polygon(evenodd)") is "auto"
76 PASS testCSSText("polygon(10px)") is ""
77 PASS testComputedStyle("polygon(10px)") is "auto"
78 PASS testCSSText("polygon(nonzero,10px)") is ""
79 PASS testComputedStyle("polygon(nonzero,10px)") is "auto"
80 PASS testCSSText("polygon(evenodd,12px)") is ""
81 PASS testComputedStyle("polygon(evenodd,12px)") is "auto"
82 PASS testCSSText("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is ""
83 PASS testComputedStyle("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "auto"
84 PASS successfullyParsed is true
85
86 TEST COMPLETE
87