44e8eaf7e651fa5649ddfbdc24eeaf0f74c9e4d2
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / shapes / parsing / parsing-shape-inside-expected.txt
1 Testing parsing of the shape-inside property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS getCSSText("shape-inside", "none") is "none"
7 PASS getComputedStyleValue("shape-inside", "none") is "none"
8 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px)"
9 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
10 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px)"
11 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
12 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
13 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
14 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "inset-rectangle(10px, 20px, 30px, 40px)"
15 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
16 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)"
17 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
18 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
19 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
20 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
21 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
22 PASS getCSSText("shape-inside", "circle()") is "circle()"
23 PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side at 50% 50%)"
24 PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-side)"
25 PASS getComputedStyleValue("shape-inside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
26 PASS getCSSText("shape-inside", "circle(closest-side)") is "circle(closest-side)"
27 PASS getComputedStyleValue("shape-inside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
28 PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px)"
29 PASS getComputedStyleValue("shape-inside", "circle(10px)") is "circle(10px at 50% 50%)"
30 PASS getCSSText("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
31 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
32 PASS getCSSText("shape-inside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
33 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
34 PASS getCSSText("shape-inside", "circle(at 10px)") is "circle(at 10px 50%)"
35 PASS getComputedStyleValue("shape-inside", "circle(at 10px)") is "circle(closest-side at 10px 50%)"
36 PASS getCSSText("shape-inside", "circle(at 10px 10px)") is "circle(at 10px 10px)"
37 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px)") is "circle(closest-side at 10px 10px)"
38 PASS getCSSText("shape-inside", "circle(at top left)") is "circle(at 0% 0%)"
39 PASS getComputedStyleValue("shape-inside", "circle(at top left)") is "circle(closest-side at 0% 0%)"
40 PASS getCSSText("shape-inside", "circle(at right bottom)") is "circle(at 100% 100%)"
41 PASS getComputedStyleValue("shape-inside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)"
42 PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
43 PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
44 PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
45 PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
46 PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
47 PASS getComputedStyleValue("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
48 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
49 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
50 PASS getCSSText("shape-inside", "ellipse()") is "ellipse()"
51 PASS getComputedStyleValue("shape-inside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)"
52 PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px)"
53 PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "ellipse(10px closest-side at 50% 50%)"
54 PASS getCSSText("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px)"
55 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
56 PASS getCSSText("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)"
57 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px closest-side at 10px 50%)"
58 PASS getCSSText("shape-inside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
59 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
60 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)"
61 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px)") is "ellipse(10px closest-side at 10px 10px)"
62 PASS getCSSText("shape-inside", "ellipse(at 10px)") is "ellipse(at 10px 50%)"
63 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px)") is "ellipse(closest-side closest-side at 10px 50%)"
64 PASS getCSSText("shape-inside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)"
65 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px)") is "ellipse(closest-side closest-side at 10px 10px)"
66 PASS getCSSText("shape-inside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
67 PASS getComputedStyleValue("shape-inside", "ellipse(at top left)") is "ellipse(closest-side closest-side at 0% 0%)"
68 PASS getCSSText("shape-inside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
69 PASS getComputedStyleValue("shape-inside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)"
70 PASS getCSSText("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px at left 0% top 10px)"
71 PASS getComputedStyleValue("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 10px)"
72 PASS getCSSText("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at left 10px top 10px)"
73 PASS getComputedStyleValue("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at left 10px top 10px)"
74 PASS getCSSText("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
75 PASS getComputedStyleValue("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)"
76 PASS getCSSText("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)"
77 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)"
78 PASS getCSSText("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
79 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
80 PASS getCSSText("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
81 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
82 PASS getCSSText("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
83 PASS getComputedStyleValue("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
84 PASS getCSSText("shape-inside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
85 PASS getComputedStyleValue("shape-inside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
86 PASS getCSSText("shape-inside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
87 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
88 PASS getCSSText("shape-inside", "content-box") is "content-box"
89 PASS getComputedStyleValue("shape-inside", "content-box") is "content-box"
90 PASS getCSSText("shape-inside", "padding-box") is "padding-box"
91 PASS getComputedStyleValue("shape-inside", "padding-box") is "padding-box"
92 PASS getCSSText("shape-inside", "border-box") is "border-box"
93 PASS getComputedStyleValue("shape-inside", "border-box") is "border-box"
94 PASS getCSSText("shape-inside", "margin-box") is "margin-box"
95 PASS getComputedStyleValue("shape-inside", "margin-box") is "margin-box"
96 PASS getCSSText("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box"
97 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box"
98 PASS getCSSText("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box"
99 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box"
100 PASS getCSSText("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box"
101 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box"
102 PASS getCSSText("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box"
103 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box"
104 PASS getCSSText("shape-inside", "content-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box"
105 PASS getComputedStyleValue("shape-inside", "content-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box"
106 PASS getCSSText("shape-inside", "padding-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box"
107 PASS getComputedStyleValue("shape-inside", "padding-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box"
108 PASS getCSSText("shape-inside", "border-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box"
109 PASS getComputedStyleValue("shape-inside", "border-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box"
110 PASS getCSSText("shape-inside", "margin-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box"
111 PASS getComputedStyleValue("shape-inside", "margin-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box"
112 PASS getCSSText("shape-inside", "outside-shape") is "outside-shape"
113 PASS getComputedStyleValue("shape-inside", "outside-shape") is "outside-shape"
114 PASS removeBaseURL(getCSSText("shape-inside", "url('image')")) is "url(image)"
115 PASS removeBaseURL(getComputedStyleValue("shape-inside", "url('image')")) is "url(image)"
116 PASS getCSSText("shape-inside", "calc()") is ""
117 PASS getComputedStyleValue("shape-inside", "calc()") is "none"
118 PASS getCSSText("shape-inside", "auto") is ""
119 PASS getComputedStyleValue("shape-inside", "auto") is "none"
120 PASS getCSSText("shape-inside", "rectangle()") is ""
121 PASS getComputedStyleValue("shape-inside", "rectangle()") is "none"
122 PASS getCSSText("shape-inside", "rectangle(10px)") is ""
123 PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "none"
124 PASS getCSSText("shape-inside", "rectangle(10px, 10px)") is ""
125 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 10px)") is "none"
126 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px)") is ""
127 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px)") is "none"
128 PASS getCSSText("shape-inside", "rectangle(10px 20px 30px 40px)") is ""
129 PASS getComputedStyleValue("shape-inside", "rectangle(10px 20px 30px 40px)") is "none"
130 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
131 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "none"
132 PASS getCSSText("shape-inside", "inset-rectangle()") is ""
133 PASS getComputedStyleValue("shape-inside", "inset-rectangle()") is "none"
134 PASS getCSSText("shape-inside", "inset-rectangle(10px)") is ""
135 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "none"
136 PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is ""
137 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "none"
138 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is ""
139 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "none"
140 PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is ""
141 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "none"
142 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
143 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "none"
144 PASS getCSSText("shape-inside", "circle(10px, 20px)") is ""
145 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "none"
146 PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is ""
147 PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "none"
148 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is ""
149 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "none"
150 PASS getCSSText("shape-inside", "circle(10px 20px)") is ""
151 PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "none"
152 PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is ""
153 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "none"
154 PASS getCSSText("shape-inside", "circle(10px at 10px 10px at center)") is ""
155 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)") is "none"
156 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is ""
157 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "none"
158 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is ""
159 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none"
160 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is ""
161 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none"
162 PASS getCSSText("shape-inside", "circle(at center center 10px)") is ""
163 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "none"
164 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is ""
165 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none"
166 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is ""
167 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none"
168 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is ""
169 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "none"
170 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is ""
171 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none"
172 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is ""
173 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "none"
174 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px at center)") is ""
175 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center)") is "none"
176 PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is ""
177 PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)") is "none"
178 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is ""
179 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is "none"
180 PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is ""
181 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "none"
182 PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is ""
183 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "none"
184 PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is ""
185 PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "none"
186 PASS getCSSText("shape-inside", "polygon()") is ""
187 PASS getComputedStyleValue("shape-inside", "polygon()") is "none"
188 PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is ""
189 PASS getComputedStyleValue("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "none"
190 PASS getCSSText("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is ""
191 PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is "none"
192 PASS getCSSText("shape-inside", "polygon(nonzero)") is ""
193 PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "none"
194 PASS getCSSText("shape-inside", "polygon(evenodd)") is ""
195 PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "none"
196 PASS getCSSText("shape-inside", "polygon(10px)") is ""
197 PASS getComputedStyleValue("shape-inside", "polygon(10px)") is "none"
198 PASS getCSSText("shape-inside", "polygon(nonzero,10px)") is ""
199 PASS getComputedStyleValue("shape-inside", "polygon(nonzero,10px)") is "none"
200 PASS getCSSText("shape-inside", "polygon(evenodd,12px)") is ""
201 PASS getComputedStyleValue("shape-inside", "polygon(evenodd,12px)") is "none"
202 PASS getCSSText("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is ""
203 PASS getComputedStyleValue("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "none"
204 PASS getCSSText("shape-inside", "content-box content-box") is ""
205 PASS getComputedStyleValue("shape-inside", "content-box content-box") is "none"
206 PASS getCSSText("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is ""
207 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
208 PASS getCSSText("shape-inside", "none content-box") is ""
209 PASS getComputedStyleValue("shape-inside", "none content-box") is "none"
210 PASS getCSSText("shape-inside", "content-box none") is ""
211 PASS getComputedStyleValue("shape-inside", "content-box none") is "none"
212 PASS getCSSText("shape-inside", "polygon(none) content-box") is ""
213 PASS getComputedStyleValue("shape-inside", "polygon(none) content-box") is "none"
214 PASS getCSSText("shape-inside", "content-box polygon(none)") is ""
215 PASS getComputedStyleValue("shape-inside", "content-box polygon(none)") is "none"
216 PASS getCSSText("shape-inside", "circle(50px) none") is ""
217 PASS getComputedStyleValue("shape-inside", "circle(50px) none") is "none"
218 PASS getCSSText("shape-inside", "none circle(50px)") is ""
219 PASS getComputedStyleValue("shape-inside", "none circle(50px)") is "none"
220 PASS getCSSText("shape-inside", "url('shape.svg') content-box") is ""
221 PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "none"
222 PASS getCSSText("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is ""
223 PASS getComputedStyleValue("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
224 PASS getParentAndChildComputedStylesString("shape-inside", "none", "rectangle(10px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
225 PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rectangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
226 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none"
227 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none"
228 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)"
229 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "parent: none, child: none"
230 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none"
231 PASS successfullyParsed is true
232
233 TEST COMPLETE
234