Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt

Issue 112103012: Update default shape property value to 'none' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merging with new ellipse code Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Testing parsing of the shape-inside property. 1 Testing parsing of the shape-inside property.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getCSSText("shape-inside", "auto") is "auto" 6 PASS getCSSText("shape-inside", "none") is "none"
7 PASS getComputedStyleValue("shape-inside", "auto") is "auto" 7 PASS getComputedStyleValue("shape-inside", "none") is "none"
8 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectang le(10px, 20px, 30px, 40px)" 8 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectang le(10px, 20px, 30px, 40px)"
9 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 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 "re ctangle(10px, 20px, 30px, 40px, 5px)" 10 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "re ctangle(10px, 20px, 30px, 40px, 5px)"
11 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5p x)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)" 11 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5p x)") 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)" 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, 5p x, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 13 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5p x, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
14 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "i nset-rectangle(10px, 20px, 30px, 40px)" 14 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "i nset-rectangle(10px, 20px, 30px, 40px)"
15 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 15 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px)") 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)" 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, 40 px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)" 17 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 PASS getComputedStyleValue("shape-inside", "padding-box polygon(nonzero, 10px 10 px, 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 10 px, 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 20p x, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box " 108 PASS getCSSText("shape-inside", "border-box polygon(nonzero, 10px 10px, 20px 20p x, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-box "
109 PASS getComputedStyleValue("shape-inside", "border-box polygon(nonzero, 10px 10p x, 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 10p x, 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 20p x, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box " 110 PASS getCSSText("shape-inside", "margin-box polygon(nonzero, 10px 10px, 20px 20p x, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-box "
111 PASS getComputedStyleValue("shape-inside", "margin-box polygon(nonzero, 10px 10p x, 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 10p x, 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" 112 PASS getCSSText("shape-inside", "outside-shape") is "outside-shape"
113 PASS getComputedStyleValue("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)" 114 PASS removeBaseURL(getCSSText("shape-inside", "url('image')")) is "url(image)"
115 PASS removeBaseURL(getComputedStyleValue("shape-inside", "url('image')")) is "ur l(image)" 115 PASS removeBaseURL(getComputedStyleValue("shape-inside", "url('image')")) is "ur l(image)"
116 PASS getCSSText("shape-inside", "calc()") is "" 116 PASS getCSSText("shape-inside", "calc()") is ""
117 PASS getComputedStyleValue("shape-inside", "calc()") is "auto" 117 PASS getComputedStyleValue("shape-inside", "calc()") is "none"
118 PASS getCSSText("shape-inside", "none") is "" 118 PASS getCSSText("shape-inside", "auto") is ""
119 PASS getComputedStyleValue("shape-inside", "none") is "auto" 119 PASS getComputedStyleValue("shape-inside", "auto") is "none"
120 PASS getCSSText("shape-inside", "rectangle()") is "" 120 PASS getCSSText("shape-inside", "rectangle()") is ""
121 PASS getComputedStyleValue("shape-inside", "rectangle()") is "auto" 121 PASS getComputedStyleValue("shape-inside", "rectangle()") is "none"
122 PASS getCSSText("shape-inside", "rectangle(10px)") is "" 122 PASS getCSSText("shape-inside", "rectangle(10px)") is ""
123 PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "auto" 123 PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "none"
124 PASS getCSSText("shape-inside", "rectangle(10px, 10px)") is "" 124 PASS getCSSText("shape-inside", "rectangle(10px, 10px)") is ""
125 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 10px)") is "auto" 125 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 10px)") is "none"
126 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px)") is "" 126 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px)") is ""
127 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px)") is "au to" 127 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px)") is "no ne"
128 PASS getCSSText("shape-inside", "rectangle(10px 20px 30px 40px)") is "" 128 PASS getCSSText("shape-inside", "rectangle(10px 20px 30px 40px)") is ""
129 PASS getComputedStyleValue("shape-inside", "rectangle(10px 20px 30px 40px)") is "auto" 129 PASS getComputedStyleValue("shape-inside", "rectangle(10px 20px 30px 40px)") is "none"
130 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 7 0px)") is "" 130 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 7 0px)") is ""
131 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50 px, 60px, 70px)") is "auto" 131 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50 px, 60px, 70px)") is "none"
132 PASS getCSSText("shape-inside", "inset-rectangle()") is "" 132 PASS getCSSText("shape-inside", "inset-rectangle()") is ""
133 PASS getComputedStyleValue("shape-inside", "inset-rectangle()") is "auto" 133 PASS getComputedStyleValue("shape-inside", "inset-rectangle()") is "none"
134 PASS getCSSText("shape-inside", "inset-rectangle(10px)") is "" 134 PASS getCSSText("shape-inside", "inset-rectangle(10px)") is ""
135 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "auto" 135 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "none"
136 PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is "" 136 PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is ""
137 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "au to" 137 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "no ne"
138 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "" 138 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is ""
139 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "auto" 139 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "none"
140 PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "" 140 PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is ""
141 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px) ") is "auto" 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, 6 0px, 70px)") is "" 142 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 6 0px, 70px)") is ""
143 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 50px, 60px, 70px)") is "auto" 143 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 50px, 60px, 70px)") is "none"
144 PASS getCSSText("shape-inside", "circle(10px, 20px)") is "" 144 PASS getCSSText("shape-inside", "circle(10px, 20px)") is ""
145 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "auto" 145 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "none"
146 PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is "" 146 PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is ""
147 PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "auto" 147 PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "none"
148 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is "" 148 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is ""
149 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "auto" 149 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "none"
150 PASS getCSSText("shape-inside", "circle(10px 20px)") is "" 150 PASS getCSSText("shape-inside", "circle(10px 20px)") is ""
151 PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "auto" 151 PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "none"
152 PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is "" 152 PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is ""
153 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "auto" 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 "" 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 "auto" 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 "" 156 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is ""
157 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "auto" 157 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "none"
158 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is "" 158 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is ""
159 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "auto " 159 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none "
160 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" 160 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is ""
161 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "auto" 161 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none"
162 PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" 162 PASS getCSSText("shape-inside", "circle(at center center 10px)") is ""
163 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is " auto" 163 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is " none"
164 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" 164 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is ""
165 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "auto" 165 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none"
166 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" 166 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is ""
167 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "auto " 167 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none "
168 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" 168 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is ""
169 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "a uto" 169 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "n one"
170 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" 170 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is ""
171 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "auto" 171 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none"
172 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" 172 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is ""
173 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "auto" 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 "" 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 "auto" 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 "" 176 PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is ""
177 PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)" ) is "auto" 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 "" 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 cen ter 10px)") is "auto" 179 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center cen ter 10px)") is "none"
180 PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is "" 180 PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is ""
181 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "aut o" 181 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "non e"
182 PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is "" 182 PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is ""
183 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "auto" 183 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "none"
184 PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is "" 184 PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is ""
185 PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "auto" 185 PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "none"
186 PASS getCSSText("shape-inside", "polygon()") is "" 186 PASS getCSSText("shape-inside", "polygon()") is ""
187 PASS getComputedStyleValue("shape-inside", "polygon()") is "auto" 187 PASS getComputedStyleValue("shape-inside", "polygon()") is "none"
188 PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px )") is "" 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 "auto" 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 "" 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 "auto" 191 PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px , 40px 50px)") is "none"
192 PASS getCSSText("shape-inside", "polygon(nonzero)") is "" 192 PASS getCSSText("shape-inside", "polygon(nonzero)") is ""
193 PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "auto" 193 PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "none"
194 PASS getCSSText("shape-inside", "polygon(evenodd)") is "" 194 PASS getCSSText("shape-inside", "polygon(evenodd)") is ""
195 PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "auto" 195 PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "none"
196 PASS getCSSText("shape-inside", "polygon(10px)") is "" 196 PASS getCSSText("shape-inside", "polygon(10px)") is ""
197 PASS getComputedStyleValue("shape-inside", "polygon(10px)") is "auto" 197 PASS getComputedStyleValue("shape-inside", "polygon(10px)") is "none"
198 PASS getCSSText("shape-inside", "polygon(nonzero,10px)") is "" 198 PASS getCSSText("shape-inside", "polygon(nonzero,10px)") is ""
199 PASS getComputedStyleValue("shape-inside", "polygon(nonzero,10px)") is "auto" 199 PASS getComputedStyleValue("shape-inside", "polygon(nonzero,10px)") is "none"
200 PASS getCSSText("shape-inside", "polygon(evenodd,12px)") is "" 200 PASS getCSSText("shape-inside", "polygon(evenodd,12px)") is ""
201 PASS getComputedStyleValue("shape-inside", "polygon(evenodd,12px)") is "auto" 201 PASS getComputedStyleValue("shape-inside", "polygon(evenodd,12px)") is "none"
202 PASS getCSSText("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") i s "" 202 PASS getCSSText("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") i s ""
203 PASS getComputedStyleValue("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px , 50px)") is "auto" 203 PASS getComputedStyleValue("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px , 50px)") is "none"
204 PASS getCSSText("shape-inside", "content-box content-box") is "" 204 PASS getCSSText("shape-inside", "content-box content-box") is ""
205 PASS getComputedStyleValue("shape-inside", "content-box content-box") is "auto" 205 PASS getComputedStyleValue("shape-inside", "content-box content-box") is "none"
206 PASS getCSSText("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygo n(nonzero, 0 0, 10px 10px, 10px 0)") is "" 206 PASS getCSSText("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygo n(nonzero, 0 0, 10px 10px, 10px 0)") is ""
207 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10p x 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "auto" 207 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10p x 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
208 PASS getCSSText("shape-inside", "auto content-box") is "" 208 PASS getCSSText("shape-inside", "none content-box") is ""
209 PASS getComputedStyleValue("shape-inside", "auto content-box") is "auto" 209 PASS getComputedStyleValue("shape-inside", "none content-box") is "none"
210 PASS getCSSText("shape-inside", "content-box auto") is "" 210 PASS getCSSText("shape-inside", "content-box none") is ""
211 PASS getComputedStyleValue("shape-inside", "content-box auto") is "auto" 211 PASS getComputedStyleValue("shape-inside", "content-box none") is "none"
212 PASS getCSSText("shape-inside", "polygon(auto) content-box") is "" 212 PASS getCSSText("shape-inside", "polygon(none) content-box") is ""
213 PASS getComputedStyleValue("shape-inside", "polygon(auto) content-box") is "auto " 213 PASS getComputedStyleValue("shape-inside", "polygon(none) content-box") is "none "
214 PASS getCSSText("shape-inside", "content-box polygon(auto)") is "" 214 PASS getCSSText("shape-inside", "content-box polygon(none)") is ""
215 PASS getComputedStyleValue("shape-inside", "content-box polygon(auto)") is "auto " 215 PASS getComputedStyleValue("shape-inside", "content-box polygon(none)") is "none "
216 PASS getCSSText("shape-inside", "circle(50px) auto") is "" 216 PASS getCSSText("shape-inside", "circle(50px) none") is ""
217 PASS getComputedStyleValue("shape-inside", "circle(50px) auto") is "auto" 217 PASS getComputedStyleValue("shape-inside", "circle(50px) none") is "none"
218 PASS getCSSText("shape-inside", "auto circle(50px)") is "" 218 PASS getCSSText("shape-inside", "none circle(50px)") is ""
219 PASS getComputedStyleValue("shape-inside", "auto circle(50px)") is "auto" 219 PASS getComputedStyleValue("shape-inside", "none circle(50px)") is "none"
220 PASS getCSSText("shape-inside", "url('shape.svg') content-box") is "" 220 PASS getCSSText("shape-inside", "url('shape.svg') content-box") is ""
221 PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "a uto" 221 PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "n one"
222 PASS getCSSText("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10p x, 10px 0)") is "" 222 PASS getCSSText("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10p x, 10px 0)") is ""
223 PASS getComputedStyleValue("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "auto" 223 PASS getComputedStyleValue("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
224 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "rectangle(10 px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40p x, 0px, 0px)" 224 PASS getParentAndChildComputedStylesString("shape-inside", "none", "rectangle(10 px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40p x, 0px, 0px)"
225 PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rec tangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10p x, 20px, 30px, 40px, 0px, 0px)" 225 PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rec tangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10p x, 20px, 30px, 40px, 0px, 0px)"
226 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: auto" 226 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: none"
227 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: auto" 227 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: none"
228 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 228 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
229 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: auto, child: auto" 229 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: none, child: none"
230 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "inherit") is "parent: auto, child: auto" 230 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none"
231 PASS successfullyParsed is true 231 PASS successfullyParsed is true
232 232
233 TEST COMPLETE 233 TEST COMPLETE
234 234
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/parsing/parsing-shape-inside.html ('k') | LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698