Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / parsing / parsing-shape-outside-expected.txt
blob584ef40d4720d33410e7321e48160e237c0dc96a
1 Testing parsing of the shape-outside property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getCSSText("shape-outside", "none") is "none"
7 PASS getComputedStyleValue("shape-outside", "none") is "none"
8 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px)"
9 PASS getComputedStyleValue("shape-outside", "inset(10px)") is "inset(10px)"
10 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px)"
11 PASS getComputedStyleValue("shape-outside", "inset(10px 9px)") is "inset(10px 9px)"
12 PASS getCSSText("shape-outside", "inset(10px 9px 8px)") is "inset(10px 9px 8px)"
13 PASS getComputedStyleValue("shape-outside", "inset(10px 9px 8px)") is "inset(10px 9px 8px)"
14 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px)") is "inset(10px 20px 30px 40px)"
15 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px)") is "inset(10px 20px 30px 40px)"
16 PASS getCSSText("shape-outside", "inset(10px 20px 30px 20px)") is "inset(10px 20px 30px)"
17 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 20px)") is "inset(10px 20px 30px)"
18 PASS getCSSText("shape-outside", "inset(10px 20px 10px 20px)") is "inset(10px 20px)"
19 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 10px 20px)") is "inset(10px 20px)"
20 PASS getCSSText("shape-outside", "inset(10px round 9px)") is "inset(10px round 9px)"
21 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px)") is "inset(10px round 9px)"
22 PASS getCSSText("shape-outside", "inset(10px round 0px / 0px 10px)") is "inset(10px round 0px / 0px 10px)"
23 PASS getComputedStyleValue("shape-outside", "inset(10px round 0px / 0px 10px)") is "inset(10px round 0px / 0px 10px)"
24 PASS getCSSText("shape-outside", "inset(10px round 9px / 9px)") is "inset(10px round 9px)"
25 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px / 9px)") is "inset(10px round 9px)"
26 PASS getCSSText("shape-outside", "inset(10px round 9px / 8px)") is "inset(10px round 9px / 8px)"
27 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px / 8px)") is "inset(10px round 9px / 8px)"
28 PASS getCSSText("shape-outside", "inset(10px round 9px / 8px 7px)") is "inset(10px round 9px / 8px 7px)"
29 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px / 8px 7px)") is "inset(10px round 9px / 8px 7px)"
30 PASS getCSSText("shape-outside", "inset(10px round 9px / 8px 7px 6px)") is "inset(10px round 9px / 8px 7px 6px)"
31 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px / 8px 7px 6px)") is "inset(10px round 9px / 8px 7px 6px)"
32 PASS getCSSText("shape-outside", "inset(10px round 9px / 8px 7px 6px 5px)") is "inset(10px round 9px / 8px 7px 6px 5px)"
33 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px / 8px 7px 6px 5px)") is "inset(10px round 9px / 8px 7px 6px 5px)"
34 PASS getCSSText("shape-outside", "inset(10px round 9px 8px / 7px)") is "inset(10px round 9px 8px / 7px)"
35 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px / 7px)") is "inset(10px round 9px 8px / 7px)"
36 PASS getCSSText("shape-outside", "inset(10px round 9px 8px / 7px 6px)") is "inset(10px round 9px 8px / 7px 6px)"
37 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px / 7px 6px)") is "inset(10px round 9px 8px / 7px 6px)"
38 PASS getCSSText("shape-outside", "inset(10px round 9px 8px / 7px 6px)") is "inset(10px round 9px 8px / 7px 6px)"
39 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px / 7px 6px)") is "inset(10px round 9px 8px / 7px 6px)"
40 PASS getCSSText("shape-outside", "inset(10px round 9px 8px / 7px 6px 5px)") is "inset(10px round 9px 8px / 7px 6px 5px)"
41 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px / 7px 6px 5px)") is "inset(10px round 9px 8px / 7px 6px 5px)"
42 PASS getCSSText("shape-outside", "inset(10px round 9px 8px / 7px 6px 5px 4px)") is "inset(10px round 9px 8px / 7px 6px 5px 4px)"
43 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px / 7px 6px 5px 4px)") is "inset(10px round 9px 8px / 7px 6px 5px 4px)"
44 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px / 6px)") is "inset(10px round 9px 8px 7px / 6px)"
45 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px / 6px)") is "inset(10px round 9px 8px 7px / 6px)"
46 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px / 6px 5px)") is "inset(10px round 9px 8px 7px / 6px 5px)"
47 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px / 6px 5px)") is "inset(10px round 9px 8px 7px / 6px 5px)"
48 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px / 6px 5px 4px)") is "inset(10px round 9px 8px 7px / 6px 5px 4px)"
49 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px / 6px 5px 4px)") is "inset(10px round 9px 8px 7px / 6px 5px 4px)"
50 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px / 6px 5px 4px 3px)") is "inset(10px round 9px 8px 7px / 6px 5px 4px 3px)"
51 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px / 6px 5px 4px 3px)") is "inset(10px round 9px 8px 7px / 6px 5px 4px 3px)"
52 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px)") is "inset(10px round 9px 8px 7px 6px / 5px)"
53 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px)") is "inset(10px round 9px 8px 7px 6px / 5px)"
54 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") is "inset(10px round 9px 8px 7px 6px / 5px 4px)"
55 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") is "inset(10px round 9px 8px 7px 6px / 5px 4px)"
56 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px)") is "inset(10px round 9px 8px 7px 6px / 5px 4px 3px)"
57 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px)") is "inset(10px round 9px 8px 7px 6px / 5px 4px 3px)"
58 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px 2px)") is "inset(10px round 9px 8px 7px 6px / 5px 4px 3px 2px)"
59 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px 2px)") is "inset(10px round 9px 8px 7px 6px / 5px 4px 3px 2px)"
60 PASS getCSSText("shape-outside", "inset(10px round 10px 20px 30px 20px)") is "inset(10px round 10px 20px 30px)"
61 PASS getComputedStyleValue("shape-outside", "inset(10px round 10px 20px 30px 20px)") is "inset(10px round 10px 20px 30px)"
62 PASS getCSSText("shape-outside", "inset(10px round 10px 20px 10px 20px)") is "inset(10px round 10px 20px)"
63 PASS getComputedStyleValue("shape-outside", "inset(10px round 10px 20px 10px 20px)") is "inset(10px round 10px 20px)"
64 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px)"
65 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px)"
66 PASS getCSSText("shape-outside", "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)"
67 PASS getComputedStyleValue("shape-outside", "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)"
68 PASS getCSSText("shape-outside", "inset(10px round 0px / 10px)") is "inset(10px round 0px / 10px)"
69 PASS getComputedStyleValue("shape-outside", "inset(10px round 0px / 10px)") is "inset(10px round 0px / 10px)"
70 PASS getCSSText("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(75% - 10in) 0px 0px)"
71 PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(-960px + 75%) 0px 0px)"
72 PASS getCSSText("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(75% - 10in))"
73 PASS getComputedStyleValue("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(-960px + 75%))"
74 PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)"
75 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)"
76 PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
77 PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
78 PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)"
79 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)"
80 PASS getCSSText("shape-outside", "circle(closest-side at 50px 50px)") is "circle(at 50px 50px)"
81 PASS getComputedStyleValue("shape-outside", "circle(closest-side at 50px 50px)") is "circle(at 50px 50px)"
82 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)"
83 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)"
84 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
85 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
86 PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
87 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
88 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)"
89 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)"
90 PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px)"
91 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px)"
92 PASS getCSSText("shape-outside", "circle(at top left)") is "circle(at 0% 0%)"
93 PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(at 0% 0%)"
94 PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)"
95 PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)"
96 PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
97 PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
98 PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
99 PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
100 PASS getCSSText("shape-outside", "circle(10px at right 10% bottom 10%)") is "circle(10px at 90% 90%)"
101 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10% bottom 10%)") is "circle(10px at 90% 90%)"
102 PASS getCSSText("shape-outside", "circle(10px at right 0px bottom 0px)") is "circle(10px at 100% 100%)"
103 PASS getComputedStyleValue("shape-outside", "circle(10px at right 0px bottom 0px)") is "circle(10px at 100% 100%)"
104 PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
105 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
106 PASS getCSSText("shape-outside", "ellipse()") is "ellipse(at 50% 50%)"
107 PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(at 50% 50%)"
108 PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)"
109 PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)"
110 PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
111 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
112 PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)"
113 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)"
114 PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
115 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
116 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)"
117 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)"
118 PASS getCSSText("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)"
119 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)"
120 PASS getCSSText("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)"
121 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)"
122 PASS getCSSText("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
123 PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
124 PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
125 PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
126 PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at 0% 10px)"
127 PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at 0% 10px)"
128 PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at 10px 10px)"
129 PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at 10px 10px)"
130 PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
131 PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
132 PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
133 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
134 PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
135 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
136 PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
137 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
138 PASS getCSSText("shape-outside", "ellipse(closest-side closest-side at 50px 50px)") is "ellipse(at 50px 50px)"
139 PASS getComputedStyleValue("shape-outside", "ellipse(closest-side closest-side at 50px 50px)") is "ellipse(at 50px 50px)"
140 PASS getCSSText("shape-outside", "ellipse(farthest-side farthest-side at 50px 50px)") is "ellipse(farthest-side farthest-side at 50px 50px)"
141 PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side farthest-side at 50px 50px)") is "ellipse(farthest-side farthest-side at 50px 50px)"
142 PASS getCSSText("shape-outside", "ellipse(closest-side farthest-side at 50px 50px)") is "ellipse(closest-side farthest-side at 50px 50px)"
143 PASS getComputedStyleValue("shape-outside", "ellipse(closest-side farthest-side at 50px 50px)") is "ellipse(closest-side farthest-side at 50px 50px)"
144 PASS getCSSText("shape-outside", "ellipse(farthest-side closest-side at 50px 50px)") is "ellipse(farthest-side at 50px 50px)"
145 PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side closest-side at 50px 50px)") is "ellipse(farthest-side at 50px 50px)"
146 PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)"
147 PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)"
148 PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
149 PASS getComputedStyleValue("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
150 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)"
151 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)"
152 PASS getCSSText("shape-outside", "polygon(10px calc(10in))") is "polygon(10px calc(10in))"
153 PASS getComputedStyleValue("shape-outside", "polygon(10px calc(10in))") is "polygon(10px 960px)"
154 PASS getCSSText("shape-outside", "polygon(calc(10in) 10px)") is "polygon(calc(10in) 10px)"
155 PASS getComputedStyleValue("shape-outside", "polygon(calc(10in) 10px)") is "polygon(960px 10px)"
156 PASS getCSSText("shape-outside", "content-box") is "content-box"
157 PASS getComputedStyleValue("shape-outside", "content-box") is "content-box"
158 PASS getCSSText("shape-outside", "padding-box") is "padding-box"
159 PASS getComputedStyleValue("shape-outside", "padding-box") is "padding-box"
160 PASS getCSSText("shape-outside", "border-box") is "border-box"
161 PASS getComputedStyleValue("shape-outside", "border-box") is "border-box"
162 PASS getCSSText("shape-outside", "margin-box") is "margin-box"
163 PASS getComputedStyleValue("shape-outside", "margin-box") is "margin-box"
164 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box") is "polygon(10px 10px, 20px 20px, 30px 30px) content-box"
165 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) content-box") is "polygon(10px 10px, 20px 20px, 30px 30px) content-box"
166 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box") is "polygon(10px 10px, 20px 20px, 30px 30px) padding-box"
167 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding-box") is "polygon(10px 10px, 20px 20px, 30px 30px) padding-box"
168 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box") is "polygon(10px 10px, 20px 20px, 30px 30px) border-box"
169 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box") is "polygon(10px 10px, 20px 20px, 30px 30px) border-box"
170 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box") is "polygon(10px 10px, 20px 20px, 30px 30px) margin-box"
171 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box") is "polygon(10px 10px, 20px 20px, 30px 30px) margin-box"
172 PASS getCSSText("shape-outside", "content-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "content-box polygon(10px 10px, 20px 20px, 30px 30px)"
173 PASS getComputedStyleValue("shape-outside", "content-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) content-box"
174 PASS getCSSText("shape-outside", "padding-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "padding-box polygon(10px 10px, 20px 20px, 30px 30px)"
175 PASS getComputedStyleValue("shape-outside", "padding-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) padding-box"
176 PASS getCSSText("shape-outside", "border-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "border-box polygon(10px 10px, 20px 20px, 30px 30px)"
177 PASS getComputedStyleValue("shape-outside", "border-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) border-box"
178 PASS getCSSText("shape-outside", "margin-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "margin-box polygon(10px 10px, 20px 20px, 30px 30px)"
179 PASS getComputedStyleValue("shape-outside", "margin-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) margin-box"
180 PASS getCSSText("shape-outside", "linear-gradient(to right, red, blue)") is "linear-gradient(to right, red, blue)"
181 PASS getComputedStyleValue("shape-outside", "linear-gradient(to right, red, blue)") is "linear-gradient(to right, red, blue)"
182 PASS getCSSText("shape-outside", "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)") is "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)"
183 PASS getComputedStyleValue("shape-outside", "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)") is "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)"
184 PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(image)"
185 PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "url(image)"
186 PASS getCSSText("shape-outside", "calc()") is ""
187 PASS getComputedStyleValue("shape-outside", "calc()") is "none"
188 PASS getCSSText("shape-outside", "auto") is ""
189 PASS getComputedStyleValue("shape-outside", "auto") is "none"
190 PASS getCSSText("shape-outside", "inset()") is ""
191 PASS getComputedStyleValue("shape-outside", "inset()") is "none"
192 PASS getCSSText("shape-outside", "inset(10px, 10px)") is ""
193 PASS getComputedStyleValue("shape-outside", "inset(10px, 10px)") is "none"
194 PASS getCSSText("shape-outside", "inset(10px 20px, 30px)") is ""
195 PASS getComputedStyleValue("shape-outside", "inset(10px 20px, 30px)") is "none"
196 PASS getCSSText("shape-outside", "inset(10px, 20px 30px 40px)") is ""
197 PASS getComputedStyleValue("shape-outside", "inset(10px, 20px 30px 40px)") is "none"
198 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px 50px 60px)") is ""
199 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px 50px 60px)") is "none"
200 PASS getCSSText("shape-outside", "inset(round)") is ""
201 PASS getComputedStyleValue("shape-outside", "inset(round)") is "none"
202 PASS getCSSText("shape-outside", "inset(round 10px)") is ""
203 PASS getComputedStyleValue("shape-outside", "inset(round 10px)") is "none"
204 PASS getCSSText("shape-outside", "inset(10px round)") is ""
205 PASS getComputedStyleValue("shape-outside", "inset(10px round)") is "none"
206 PASS getCSSText("shape-outside", "inset(10px round 10px /)") is ""
207 PASS getComputedStyleValue("shape-outside", "inset(10px round 10px /)") is "none"
208 PASS getCSSText("shape-outside", "inset(10px round 20px 30px 40px 50px 60px)") is ""
209 PASS getComputedStyleValue("shape-outside", "inset(10px round 20px 30px 40px 50px 60px)") is "none"
210 PASS getCSSText("shape-outside", "inset(10px round /)") is ""
211 PASS getComputedStyleValue("shape-outside", "inset(10px round /)") is "none"
212 PASS getCSSText("shape-outside", "inset(10px round / 10px)") is ""
213 PASS getComputedStyleValue("shape-outside", "inset(10px round / 10px)") is "none"
214 PASS getCSSText("shape-outside", "inset(/)") is ""
215 PASS getComputedStyleValue("shape-outside", "inset(/)") is "none"
216 PASS getCSSText("shape-outside", "inset(/ 10px)") is ""
217 PASS getComputedStyleValue("shape-outside", "inset(/ 10px)") is "none"
218 PASS getCSSText("shape-outside", "inset(round /)") is ""
219 PASS getComputedStyleValue("shape-outside", "inset(round /)") is "none"
220 PASS getCSSText("shape-outside", "circle(10px 20px)") is ""
221 PASS getComputedStyleValue("shape-outside", "circle(10px 20px)") is "none"
222 PASS getCSSText("shape-outside", "circle(10px at 10px 10px 10px)") is ""
223 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px 10px)") is "none"
224 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is ""
225 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center)") is "none"
226 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is ""
227 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)") is "none"
228 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is ""
229 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "none"
230 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
231 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none"
232 PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
233 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none"
234 PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is ""
235 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none"
236 PASS getCSSText("shape-outside", "circle(10px at)") is ""
237 PASS getComputedStyleValue("shape-outside", "circle(10px at)") is "none"
238 PASS getCSSText("shape-outside", "circle(at)") is ""
239 PASS getComputedStyleValue("shape-outside", "circle(at)") is "none"
240 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is ""
241 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none"
242 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is ""
243 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") is "none"
244 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is ""
245 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center)") is "none"
246 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is ""
247 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px)") is "none"
248 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)") is ""
249 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center center 10px)") is "none"
250 PASS getCSSText("shape-outside", "ellipse(at 10px 10px 10px)") is ""
251 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px 10px)") is "none"
252 PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is ""
253 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") is "none"
254 PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is ""
255 PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "none"
256 PASS getCSSText("shape-outside", "ellipse(10px 20px at)") is ""
257 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at)") is "none"
258 PASS getCSSText("shape-outside", "ellipse(at)") is ""
259 PASS getComputedStyleValue("shape-outside", "ellipse(at)") is "none"
260 PASS getCSSText("shape-outside", "polygon()") is ""
261 PASS getComputedStyleValue("shape-outside", "polygon()") is "none"
262 PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is ""
263 PASS getComputedStyleValue("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "none"
264 PASS getCSSText("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is ""
265 PASS getComputedStyleValue("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is "none"
266 PASS getCSSText("shape-outside", "polygon(nonzero)") is ""
267 PASS getComputedStyleValue("shape-outside", "polygon(nonzero)") is "none"
268 PASS getCSSText("shape-outside", "polygon(evenodd)") is ""
269 PASS getComputedStyleValue("shape-outside", "polygon(evenodd)") is "none"
270 PASS getCSSText("shape-outside", "polygon(10px)") is ""
271 PASS getComputedStyleValue("shape-outside", "polygon(10px)") is "none"
272 PASS getCSSText("shape-outside", "polygon(nonzero,10px)") is ""
273 PASS getComputedStyleValue("shape-outside", "polygon(nonzero,10px)") is "none"
274 PASS getCSSText("shape-outside", "polygon(evenodd,12px)") is ""
275 PASS getComputedStyleValue("shape-outside", "polygon(evenodd,12px)") is "none"
276 PASS getCSSText("shape-outside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is ""
277 PASS getComputedStyleValue("shape-outside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "none"
278 PASS getCSSText("shape-outside", "content-box content-box") is ""
279 PASS getComputedStyleValue("shape-outside", "content-box content-box") is "none"
280 PASS getCSSText("shape-outside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is ""
281 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
282 PASS getCSSText("shape-outside", "none content-box") is ""
283 PASS getComputedStyleValue("shape-outside", "none content-box") is "none"
284 PASS getCSSText("shape-outside", "content-box none") is ""
285 PASS getComputedStyleValue("shape-outside", "content-box none") is "none"
286 PASS getCSSText("shape-outside", "polygon(none) content-box") is ""
287 PASS getComputedStyleValue("shape-outside", "polygon(none) content-box") is "none"
288 PASS getCSSText("shape-outside", "content-box polygon(none)") is ""
289 PASS getComputedStyleValue("shape-outside", "content-box polygon(none)") is "none"
290 PASS getCSSText("shape-outside", "circle(50px) none") is ""
291 PASS getComputedStyleValue("shape-outside", "circle(50px) none") is "none"
292 PASS getCSSText("shape-outside", "none circle(50px)") is ""
293 PASS getComputedStyleValue("shape-outside", "none circle(50px)") is "none"
294 PASS getCSSText("shape-outside", "url('shape.svg') content-box") is ""
295 PASS getComputedStyleValue("shape-outside", "url('shape.svg') content-box") is "none"
296 PASS getCSSText("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is ""
297 PASS getComputedStyleValue("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
298 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "circle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)"
299 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none"
300 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none"
301 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle(30px at 10px 20px)"
302 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "parent: none, child: none"
303 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") is "parent: none, child: none"
304 PASS successfullyParsed is true
306 TEST COMPLETE