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

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

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 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
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", "none") is "none" 6 PASS getCSSText("shape-inside", "none") is "none"
7 PASS getComputedStyleValue("shape-inside", "none") is "none" 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)"
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)"
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)"
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)"
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)"
17 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
18 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10 px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
19 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
20 PASS getCSSText("shape-inside", "inset(10px)") is "inset(10px 10px 10px 10px)" 8 PASS getCSSText("shape-inside", "inset(10px)") is "inset(10px 10px 10px 10px)"
21 PASS getComputedStyleValue("shape-inside", "inset(10px)") is "inset(10px 10px 10 px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 9 PASS getComputedStyleValue("shape-inside", "inset(10px)") is "inset(10px 10px 10 px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
22 PASS getCSSText("shape-inside", "inset(10px 9px)") is "inset(10px 9px 10px 9px)" 10 PASS getCSSText("shape-inside", "inset(10px 9px)") is "inset(10px 9px 10px 9px)"
23 PASS getComputedStyleValue("shape-inside", "inset(10px 9px)") is "inset(10px 9px 10px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 11 PASS getComputedStyleValue("shape-inside", "inset(10px 9px)") is "inset(10px 9px 10px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
24 PASS getCSSText("shape-inside", "inset(10px 9px 8px)") is "inset(10px 9px 8px 9p x)" 12 PASS getCSSText("shape-inside", "inset(10px 9px 8px)") is "inset(10px 9px 8px 9p x)"
25 PASS getComputedStyleValue("shape-inside", "inset(10px 9px 8px)") is "inset(10px 9px 8px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 13 PASS getComputedStyleValue("shape-inside", "inset(10px 9px 8px)") is "inset(10px 9px 8px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
26 PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px)") is "inset(10px 20p x 30px 40px)" 14 PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px)") is "inset(10px 20p x 30px 40px)"
27 PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px)") is "ins et(10px 20px 30px 40px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 15 PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px)") is "ins et(10px 20px 30px 40px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
28 PASS getCSSText("shape-inside", "inset(10px round 9px)") is "inset(10px 10px 10p x 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)" 16 PASS getCSSText("shape-inside", "inset(10px round 9px)") is "inset(10px 10px 10p x 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)"
29 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px)") is "inset(10 px 10px 10px 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)" 17 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px)") is "inset(10 px 10px 10px 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)"
(...skipping 30 matching lines...) Expand all
60 PASS getCSSText("shape-inside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") i s "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px)" 48 PASS getCSSText("shape-inside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") i s "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px)"
61 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px 8px 7px 6px / 5 px 4px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px) " 49 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px 8px 7px 6px / 5 px 4px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px) "
62 PASS getCSSText("shape-inside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px) ") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 4px)" 50 PASS getCSSText("shape-inside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px) ") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 4px)"
63 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px 8px 7px 6px / 5 px 4px 3px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 4px)" 51 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px 8px 7px 6px / 5 px 4px 3px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 4px)"
64 PASS getCSSText("shape-inside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px 2px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 2px)" 52 PASS getCSSText("shape-inside", "inset(10px round 9px 8px 7px 6px / 5px 4px 3px 2px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 2px)"
65 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px 8px 7px 6px / 5 px 4px 3px 2px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 2px)" 53 PASS getComputedStyleValue("shape-inside", "inset(10px round 9px 8px 7px 6px / 5 px 4px 3px 2px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 3px 2px)"
66 PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is " inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)" 54 PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is " inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)"
67 PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)" 55 PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)"
68 PASS getCSSText("shape-inside", "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)" 56 PASS getCSSText("shape-inside", "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)"
69 PASS getComputedStyleValue("shape-inside", "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)" 57 PASS getComputedStyleValue("shape-inside", "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)"
70 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20p x, 30px)"
71 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px)") is "circl e(10px, 20px, 30px)"
72 PASS getCSSText("shape-inside", "circle()") is "circle(at 50% 50%)" 58 PASS getCSSText("shape-inside", "circle()") is "circle(at 50% 50%)"
73 PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side a t 50% 50%)" 59 PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side a t 50% 50%)"
74 PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-sid e at 50% 50%)" 60 PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-sid e at 50% 50%)"
75 PASS getComputedStyleValue("shape-inside", "circle(farthest-side)") is "circle(f arthest-side at 50% 50%)" 61 PASS getComputedStyleValue("shape-inside", "circle(farthest-side)") is "circle(f arthest-side at 50% 50%)"
76 PASS getCSSText("shape-inside", "circle(closest-side)") is "circle(closest-side at 50% 50%)" 62 PASS getCSSText("shape-inside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
77 PASS getComputedStyleValue("shape-inside", "circle(closest-side)") is "circle(cl osest-side at 50% 50%)" 63 PASS getComputedStyleValue("shape-inside", "circle(closest-side)") is "circle(cl osest-side at 50% 50%)"
78 PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px at 50% 50%)" 64 PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px at 50% 50%)"
79 PASS getComputedStyleValue("shape-inside", "circle(10px)") is "circle(10px at 50 % 50%)" 65 PASS getComputedStyleValue("shape-inside", "circle(10px)") is "circle(10px at 50 % 50%)"
80 PASS getCSSText("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)" 66 PASS getCSSText("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
81 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px)") is "circle(10 px at 10px 50%)" 67 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px)") is "circle(10 px at 10px 50%)"
(...skipping 10 matching lines...) Expand all
92 PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)" 78 PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
93 PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is " circle(10px at 0% 10px)" 79 PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is " circle(10px at 0% 10px)"
94 PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle (10px at 10px 10px)" 80 PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle (10px at 10px 10px)"
95 PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)" 81 PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
96 PASS getCSSText("shape-inside", "circle(10px at right 10% bottom 10%)") is "circ le(10px at 90% 90%)" 82 PASS getCSSText("shape-inside", "circle(10px at right 10% bottom 10%)") is "circ le(10px at 90% 90%)"
97 PASS getComputedStyleValue("shape-inside", "circle(10px at right 10% bottom 10%) ") is "circle(10px at 90% 90%)" 83 PASS getComputedStyleValue("shape-inside", "circle(10px at right 10% bottom 10%) ") is "circle(10px at 90% 90%)"
98 PASS getCSSText("shape-inside", "circle(10px at right 0px bottom 0px)") is "circ le(10px at 100% 100%)" 84 PASS getCSSText("shape-inside", "circle(10px at right 0px bottom 0px)") is "circ le(10px at 100% 100%)"
99 PASS getComputedStyleValue("shape-inside", "circle(10px at right 0px bottom 0px) ") is "circle(10px at 100% 100%)" 85 PASS getComputedStyleValue("shape-inside", "circle(10px at right 0px bottom 0px) ") is "circle(10px at 100% 100%)"
100 PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "ci rcle(10px at right 10px bottom 10px)" 86 PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "ci rcle(10px at right 10px bottom 10px)"
101 PASS getComputedStyleValue("shape-inside", "circle(10px at right 10px bottom 10p x)") is "circle(10px at right 10px bottom 10px)" 87 PASS getComputedStyleValue("shape-inside", "circle(10px at right 10px bottom 10p x)") is "circle(10px at right 10px bottom 10px)"
102 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(1 0px, 20px, 30px, 40px)"
103 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
104 PASS getCSSText("shape-inside", "ellipse()") is "ellipse(at 50% 50%)" 88 PASS getCSSText("shape-inside", "ellipse()") is "ellipse(at 50% 50%)"
105 PASS getComputedStyleValue("shape-inside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)" 89 PASS getComputedStyleValue("shape-inside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)"
106 PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px at 50% 50%)" 90 PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px at 50% 50%)"
107 PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "ellipse(10px clo sest-side at 50% 50%)" 91 PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "ellipse(10px clo sest-side at 50% 50%)"
108 PASS getCSSText("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px at 5 0% 50%)" 92 PASS getCSSText("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px at 5 0% 50%)"
109 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px)") is "ellipse(10p x 20px at 50% 50%)" 93 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px)") is "ellipse(10p x 20px at 50% 50%)"
110 PASS getCSSText("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px at 10p x 50%)" 94 PASS getCSSText("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px at 10p x 50%)"
111 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px)") is "ellipse( 10px closest-side at 10px 50%)" 95 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px)") is "ellipse( 10px closest-side at 10px 50%)"
112 PASS getCSSText("shape-inside", "ellipse(10px 20px at 10px)") is "ellipse(10px 2 0px at 10px 50%)" 96 PASS getCSSText("shape-inside", "ellipse(10px 20px at 10px)") is "ellipse(10px 2 0px at 10px 50%)"
113 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at 10px)") is "ell ipse(10px 20px at 10px 50%)" 97 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at 10px)") is "ell ipse(10px 20px at 10px 50%)"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 PASS getCSSText("shape-inside", "margin-box polygon(nonzero, 10px 10px, 20px 20p x, 30px 30px)") is "margin-box polygon(10px 10px, 20px 20px, 30px 30px)" 148 PASS getCSSText("shape-inside", "margin-box polygon(nonzero, 10px 10px, 20px 20p x, 30px 30px)") is "margin-box polygon(10px 10px, 20px 20px, 30px 30px)"
165 PASS getComputedStyleValue("shape-inside", "margin-box polygon(nonzero, 10px 10p x, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) margin-b ox" 149 PASS getComputedStyleValue("shape-inside", "margin-box polygon(nonzero, 10px 10p x, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) margin-b ox"
166 PASS getCSSText("shape-inside", "outside-shape") is "outside-shape" 150 PASS getCSSText("shape-inside", "outside-shape") is "outside-shape"
167 PASS getComputedStyleValue("shape-inside", "outside-shape") is "outside-shape" 151 PASS getComputedStyleValue("shape-inside", "outside-shape") is "outside-shape"
168 PASS removeBaseURL(getCSSText("shape-inside", "url('image')")) is "url(image)" 152 PASS removeBaseURL(getCSSText("shape-inside", "url('image')")) is "url(image)"
169 PASS removeBaseURL(getComputedStyleValue("shape-inside", "url('image')")) is "ur l(image)" 153 PASS removeBaseURL(getComputedStyleValue("shape-inside", "url('image')")) is "ur l(image)"
170 PASS getCSSText("shape-inside", "calc()") is "" 154 PASS getCSSText("shape-inside", "calc()") is ""
171 PASS getComputedStyleValue("shape-inside", "calc()") is "none" 155 PASS getComputedStyleValue("shape-inside", "calc()") is "none"
172 PASS getCSSText("shape-inside", "auto") is "" 156 PASS getCSSText("shape-inside", "auto") is ""
173 PASS getComputedStyleValue("shape-inside", "auto") is "none" 157 PASS getComputedStyleValue("shape-inside", "auto") is "none"
174 PASS getCSSText("shape-inside", "rectangle()") is ""
175 PASS getComputedStyleValue("shape-inside", "rectangle()") is "none"
176 PASS getCSSText("shape-inside", "rectangle(10px)") is ""
177 PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "none"
178 PASS getCSSText("shape-inside", "rectangle(10px, 10px)") is ""
179 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 10px)") is "none"
180 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px)") is ""
181 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px)") is "no ne"
182 PASS getCSSText("shape-inside", "rectangle(10px 20px 30px 40px)") is ""
183 PASS getComputedStyleValue("shape-inside", "rectangle(10px 20px 30px 40px)") is "none"
184 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 7 0px)") is ""
185 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50 px, 60px, 70px)") is "none"
186 PASS getCSSText("shape-inside", "inset-rectangle()") is ""
187 PASS getComputedStyleValue("shape-inside", "inset-rectangle()") is "none"
188 PASS getCSSText("shape-inside", "inset-rectangle(10px)") is ""
189 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "none"
190 PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is ""
191 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "no ne"
192 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is ""
193 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "none"
194 PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is ""
195 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px) ") is "none"
196 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 6 0px, 70px)") is ""
197 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 50px, 60px, 70px)") is "none"
198 PASS getCSSText("shape-inside", "inset()") is "" 158 PASS getCSSText("shape-inside", "inset()") is ""
199 PASS getComputedStyleValue("shape-inside", "inset()") is "none" 159 PASS getComputedStyleValue("shape-inside", "inset()") is "none"
200 PASS getCSSText("shape-inside", "inset(10px, 10px)") is "" 160 PASS getCSSText("shape-inside", "inset(10px, 10px)") is ""
201 PASS getComputedStyleValue("shape-inside", "inset(10px, 10px)") is "none" 161 PASS getComputedStyleValue("shape-inside", "inset(10px, 10px)") is "none"
202 PASS getCSSText("shape-inside", "inset(10px 20px, 30px)") is "" 162 PASS getCSSText("shape-inside", "inset(10px 20px, 30px)") is ""
203 PASS getComputedStyleValue("shape-inside", "inset(10px 20px, 30px)") is "none" 163 PASS getComputedStyleValue("shape-inside", "inset(10px 20px, 30px)") is "none"
204 PASS getCSSText("shape-inside", "inset(10px, 20px 30px 40px)") is "" 164 PASS getCSSText("shape-inside", "inset(10px, 20px 30px 40px)") is ""
205 PASS getComputedStyleValue("shape-inside", "inset(10px, 20px 30px 40px)") is "no ne" 165 PASS getComputedStyleValue("shape-inside", "inset(10px, 20px 30px 40px)") is "no ne"
206 PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px 50px 60px)") is "" 166 PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px 50px 60px)") is ""
207 PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px 50px 60px) ") is "none" 167 PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px 50px 60px) ") is "none"
(...skipping 10 matching lines...) Expand all
218 PASS getCSSText("shape-inside", "inset(10px round /)") is "" 178 PASS getCSSText("shape-inside", "inset(10px round /)") is ""
219 PASS getComputedStyleValue("shape-inside", "inset(10px round /)") is "none" 179 PASS getComputedStyleValue("shape-inside", "inset(10px round /)") is "none"
220 PASS getCSSText("shape-inside", "inset(10px round / 10px)") is "" 180 PASS getCSSText("shape-inside", "inset(10px round / 10px)") is ""
221 PASS getComputedStyleValue("shape-inside", "inset(10px round / 10px)") is "none" 181 PASS getComputedStyleValue("shape-inside", "inset(10px round / 10px)") is "none"
222 PASS getCSSText("shape-inside", "inset(/)") is "" 182 PASS getCSSText("shape-inside", "inset(/)") is ""
223 PASS getComputedStyleValue("shape-inside", "inset(/)") is "none" 183 PASS getComputedStyleValue("shape-inside", "inset(/)") is "none"
224 PASS getCSSText("shape-inside", "inset(/ 10px)") is "" 184 PASS getCSSText("shape-inside", "inset(/ 10px)") is ""
225 PASS getComputedStyleValue("shape-inside", "inset(/ 10px)") is "none" 185 PASS getComputedStyleValue("shape-inside", "inset(/ 10px)") is "none"
226 PASS getCSSText("shape-inside", "inset(round /)") is "" 186 PASS getCSSText("shape-inside", "inset(round /)") is ""
227 PASS getComputedStyleValue("shape-inside", "inset(round /)") is "none" 187 PASS getComputedStyleValue("shape-inside", "inset(round /)") is "none"
228 PASS getCSSText("shape-inside", "circle(10px, 20px)") is ""
229 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "none"
230 PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is ""
231 PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "none"
232 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is ""
233 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "none"
234 PASS getCSSText("shape-inside", "circle(10px 20px)") is "" 188 PASS getCSSText("shape-inside", "circle(10px 20px)") is ""
235 PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "none" 189 PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "none"
236 PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is "" 190 PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is ""
237 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "none" 191 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "none"
238 PASS getCSSText("shape-inside", "circle(10px at 10px 10px at center)") is "" 192 PASS getCSSText("shape-inside", "circle(10px at 10px 10px at center)") is ""
239 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)" ) is "none" 193 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)" ) is "none"
240 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is "" 194 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is ""
241 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "none" 195 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "none"
242 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is "" 196 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is ""
243 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none " 197 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none "
244 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" 198 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is ""
245 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none" 199 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none"
246 PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" 200 PASS getCSSText("shape-inside", "circle(at center center 10px)") is ""
247 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is " none" 201 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is " none"
248 PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is "" 202 PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is ""
249 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)") is "none" 203 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)") is "none"
250 PASS getCSSText("shape-inside", "circle(10px at)") is "" 204 PASS getCSSText("shape-inside", "circle(10px at)") is ""
251 PASS getComputedStyleValue("shape-inside", "circle(10px at)") is "none" 205 PASS getComputedStyleValue("shape-inside", "circle(10px at)") is "none"
252 PASS getCSSText("shape-inside", "circle(at)") is "" 206 PASS getCSSText("shape-inside", "circle(at)") is ""
253 PASS getComputedStyleValue("shape-inside", "circle(at)") is "none" 207 PASS getComputedStyleValue("shape-inside", "circle(at)") is "none"
254 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is ""
255 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none"
256 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is ""
257 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none "
258 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is ""
259 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "n one"
260 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" 208 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is ""
261 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none" 209 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none"
262 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" 210 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is ""
263 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "none" 211 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "none"
264 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px at center)") is "" 212 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px at center)") is ""
265 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center) ") is "none" 213 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center) ") is "none"
266 PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is "" 214 PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is ""
267 PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)" ) is "none" 215 PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)" ) is "none"
268 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is "" 216 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is ""
269 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center cen ter 10px)") is "none" 217 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center cen ter 10px)") is "none"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 PASS getCSSText("shape-inside", "content-box polygon(none)") is "" 256 PASS getCSSText("shape-inside", "content-box polygon(none)") is ""
309 PASS getComputedStyleValue("shape-inside", "content-box polygon(none)") is "none " 257 PASS getComputedStyleValue("shape-inside", "content-box polygon(none)") is "none "
310 PASS getCSSText("shape-inside", "circle(50px) none") is "" 258 PASS getCSSText("shape-inside", "circle(50px) none") is ""
311 PASS getComputedStyleValue("shape-inside", "circle(50px) none") is "none" 259 PASS getComputedStyleValue("shape-inside", "circle(50px) none") is "none"
312 PASS getCSSText("shape-inside", "none circle(50px)") is "" 260 PASS getCSSText("shape-inside", "none circle(50px)") is ""
313 PASS getComputedStyleValue("shape-inside", "none circle(50px)") is "none" 261 PASS getComputedStyleValue("shape-inside", "none circle(50px)") is "none"
314 PASS getCSSText("shape-inside", "url('shape.svg') content-box") is "" 262 PASS getCSSText("shape-inside", "url('shape.svg') content-box") is ""
315 PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "n one" 263 PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "n one"
316 PASS getCSSText("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10p x, 10px 0)") is "" 264 PASS getCSSText("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10p x, 10px 0)") is ""
317 PASS getComputedStyleValue("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none" 265 PASS getComputedStyleValue("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
318 PASS getParentAndChildComputedStylesString("shape-inside", "none", "rectangle(10 px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40p x, 0px, 0px)" 266 PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "none", "circ le(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)"
319 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)" 267 PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "outside-shap e", "circle(30px at 10px 20px)") is "parent: outside-shape, child: circle(30px a t 10px 20px)"
320 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: none" 268 PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "circle(30px at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none"
321 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: none" 269 PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "circle(30px at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none"
322 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)" 270 PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "circle(30px at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle( 30px at 10px 20px)"
323 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: none, child: none" 271 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: none, child: none"
324 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none" 272 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none"
325 PASS successfullyParsed is true 273 PASS successfullyParsed is true
326 274
327 TEST COMPLETE 275 TEST COMPLETE
328 276
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