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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-outside-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-outside property. 1 Testing parsing of the shape-outside 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-outside", "none") is "none" 6 PASS getCSSText("shape-outside", "none") is "none"
7 PASS getComputedStyleValue("shape-outside", "none") is "none" 7 PASS getComputedStyleValue("shape-outside", "none") is "none"
8 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectan gle(10px, 20px, 30px, 40px)"
9 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
10 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "r ectangle(10px, 20px, 30px, 40px, 5px)"
11 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
12 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
13 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
14 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px)") is " inset-rectangle(10px, 20px, 30px, 40px)"
15 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
16 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)"
17 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
18 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 1 0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
19 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
20 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px 10px 10px 10px)" 8 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px 10px 10px 10px)"
21 PASS getComputedStyleValue("shape-outside", "inset(10px)") is "inset(10px 10px 1 0px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 9 PASS getComputedStyleValue("shape-outside", "inset(10px)") is "inset(10px 10px 1 0px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
22 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px 10px 9px) " 10 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px 10px 9px) "
23 PASS getComputedStyleValue("shape-outside", "inset(10px 9px)") is "inset(10px 9p x 10px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 11 PASS getComputedStyleValue("shape-outside", "inset(10px 9px)") is "inset(10px 9p x 10px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
24 PASS getCSSText("shape-outside", "inset(10px 9px 8px)") is "inset(10px 9px 8px 9 px)" 12 PASS getCSSText("shape-outside", "inset(10px 9px 8px)") is "inset(10px 9px 8px 9 px)"
25 PASS getComputedStyleValue("shape-outside", "inset(10px 9px 8px)") is "inset(10p x 9px 8px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 13 PASS getComputedStyleValue("shape-outside", "inset(10px 9px 8px)") is "inset(10p x 9px 8px 9px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
26 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px)") is "inset(10px 20 px 30px 40px)" 14 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px)") is "inset(10px 20 px 30px 40px)"
27 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px)") is "in set(10px 20px 30px 40px round 0px 0px 0px 0px / 0px 0px 0px 0px)" 15 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px)") is "in set(10px 20px 30px 40px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
28 PASS getCSSText("shape-outside", "inset(10px round 9px)") is "inset(10px 10px 10 px 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)" 16 PASS getCSSText("shape-outside", "inset(10px round 9px)") is "inset(10px 10px 10 px 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)"
29 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px)") is "inset(1 0px 10px 10px 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)" 17 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px)") is "inset(1 0px 10px 10px 10px round 9px 9px 9px 9px / 9px 9px 9px 9px)"
(...skipping 30 matching lines...) Expand all
60 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px)" 48 PASS getCSSText("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px)"
61 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px )" 49 PASS getComputedStyleValue("shape-outside", "inset(10px round 9px 8px 7px 6px / 5px 4px)") is "inset(10px 10px 10px 10px round 9px 8px 7px 6px / 5px 4px 5px 4px )"
62 PASS getCSSText("shape-outside", "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-outside", "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-outside", "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)" 51 PASS getComputedStyleValue("shape-outside", "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)"
64 PASS getCSSText("shape-outside", "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-outside", "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-outside", "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)" 53 PASS getComputedStyleValue("shape-outside", "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)"
66 PASS getCSSText("shape-outside", "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-outside", "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-outside", "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-outside", "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-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8p x / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)" 56 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8p x / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)"
69 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 6p x 7px 8px / 50px 60px 70px 80px)" 57 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 6p x 7px 8px / 50px 60px 70px 80px)"
70 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20 px, 30px)"
71 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px)") is "circ le(10px, 20px, 30px)"
72 PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)" 58 PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)"
73 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)" 59 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)"
74 PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-si de at 50% 50%)" 60 PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-si de at 50% 50%)"
75 PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle( farthest-side at 50% 50%)" 61 PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle( farthest-side at 50% 50%)"
76 PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side at 50% 50%)" 62 PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
77 PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(c losest-side at 50% 50%)" 63 PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(c losest-side at 50% 50%)"
78 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)" 64 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)"
79 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5 0% 50%)" 65 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5 0% 50%)"
80 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)" 66 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
81 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1 0px at 10px 50%)" 67 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1 0px at 10px 50%)"
(...skipping 10 matching lines...) Expand all
92 PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10p x at 0% 10px)" 78 PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10p x at 0% 10px)"
93 PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)" 79 PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
94 PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circl e(10px at 10px 10px)" 80 PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circl e(10px at 10px 10px)"
95 PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)" ) is "circle(10px at 10px 10px)" 81 PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)" ) is "circle(10px at 10px 10px)"
96 PASS getCSSText("shape-outside", "circle(10px at right 10% bottom 10%)") is "cir cle(10px at 90% 90%)" 82 PASS getCSSText("shape-outside", "circle(10px at right 10% bottom 10%)") is "cir cle(10px at 90% 90%)"
97 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10% bottom 10% )") is "circle(10px at 90% 90%)" 83 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10% bottom 10% )") is "circle(10px at 90% 90%)"
98 PASS getCSSText("shape-outside", "circle(10px at right 0px bottom 0px)") is "cir cle(10px at 100% 100%)" 84 PASS getCSSText("shape-outside", "circle(10px at right 0px bottom 0px)") is "cir cle(10px at 100% 100%)"
99 PASS getComputedStyleValue("shape-outside", "circle(10px at right 0px bottom 0px )") is "circle(10px at 100% 100%)" 85 PASS getComputedStyleValue("shape-outside", "circle(10px at right 0px bottom 0px )") is "circle(10px at 100% 100%)"
100 PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "c ircle(10px at right 10px bottom 10px)" 86 PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "c ircle(10px at right 10px bottom 10px)"
101 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10 px)") is "circle(10px at right 10px bottom 10px)" 87 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10 px)") is "circle(10px at right 10px bottom 10px)"
102 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse( 10px, 20px, 30px, 40px)"
103 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px, 40px)") i s "ellipse(10px, 20px, 30px, 40px)"
104 PASS getCSSText("shape-outside", "ellipse()") is "ellipse(at 50% 50%)" 88 PASS getCSSText("shape-outside", "ellipse()") is "ellipse(at 50% 50%)"
105 PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(closest-sid e closest-side at 50% 50%)" 89 PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(closest-sid e closest-side at 50% 50%)"
106 PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)" 90 PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)"
107 PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px cl osest-side at 50% 50%)" 91 PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px cl osest-side at 50% 50%)"
108 PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)" 92 PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
109 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10 px 20px at 50% 50%)" 93 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10 px 20px at 50% 50%)"
110 PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10 px 50%)" 94 PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10 px 50%)"
111 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse (10px closest-side at 10px 50%)" 95 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse (10px closest-side at 10px 50%)"
112 PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)" 96 PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
113 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "el lipse(10px 20px at 10px 50%)" 97 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "el lipse(10px 20px at 10px 50%)"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 PASS getCSSText("shape-outside", "border-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "border-box polygon(10px 10px, 20px 20px, 30px 30px)" 146 PASS getCSSText("shape-outside", "border-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "border-box polygon(10px 10px, 20px 20px, 30px 30px)"
163 PASS getComputedStyleValue("shape-outside", "border-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) border- box" 147 PASS getComputedStyleValue("shape-outside", "border-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) border- box"
164 PASS getCSSText("shape-outside", "margin-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "margin-box polygon(10px 10px, 20px 20px, 30px 30px)" 148 PASS getCSSText("shape-outside", "margin-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "margin-box polygon(10px 10px, 20px 20px, 30px 30px)"
165 PASS getComputedStyleValue("shape-outside", "margin-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) margin- box" 149 PASS getComputedStyleValue("shape-outside", "margin-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) margin- box"
166 PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(image)" 150 PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(image)"
167 PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "u rl(image)" 151 PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "u rl(image)"
168 PASS getCSSText("shape-outside", "calc()") is "" 152 PASS getCSSText("shape-outside", "calc()") is ""
169 PASS getComputedStyleValue("shape-outside", "calc()") is "none" 153 PASS getComputedStyleValue("shape-outside", "calc()") is "none"
170 PASS getCSSText("shape-outside", "auto") is "" 154 PASS getCSSText("shape-outside", "auto") is ""
171 PASS getComputedStyleValue("shape-outside", "auto") is "none" 155 PASS getComputedStyleValue("shape-outside", "auto") is "none"
172 PASS getCSSText("shape-outside", "rectangle()") is ""
173 PASS getComputedStyleValue("shape-outside", "rectangle()") is "none"
174 PASS getCSSText("shape-outside", "rectangle(10px)") is ""
175 PASS getComputedStyleValue("shape-outside", "rectangle(10px)") is "none"
176 PASS getCSSText("shape-outside", "rectangle(10px, 10px)") is ""
177 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 10px)") is "none"
178 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px)") is ""
179 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px)") is "n one"
180 PASS getCSSText("shape-outside", "rectangle(10px 20px 30px 40px)") is ""
181 PASS getComputedStyleValue("shape-outside", "rectangle(10px 20px 30px 40px)") is "none"
182 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
183 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 0px, 60px, 70px)") is "none"
184 PASS getCSSText("shape-outside", "inset-rectangle()") is ""
185 PASS getComputedStyleValue("shape-outside", "inset-rectangle()") is "none"
186 PASS getCSSText("shape-outside", "inset-rectangle(10px)") is ""
187 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px)") is "none"
188 PASS getCSSText("shape-outside", "inset-rectangle(10px, 10px)") is ""
189 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 10px)") is "n one"
190 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px)") is ""
191 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px)") is "none"
192 PASS getCSSText("shape-outside", "inset-rectangle(10px 20px 30px 40px)") is ""
193 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px 20px 30px 40px )") is "none"
194 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
195 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 50px, 60px, 70px)") is "none"
196 PASS getCSSText("shape-outside", "inset()") is "" 156 PASS getCSSText("shape-outside", "inset()") is ""
197 PASS getComputedStyleValue("shape-outside", "inset()") is "none" 157 PASS getComputedStyleValue("shape-outside", "inset()") is "none"
198 PASS getCSSText("shape-outside", "inset(10px, 10px)") is "" 158 PASS getCSSText("shape-outside", "inset(10px, 10px)") is ""
199 PASS getComputedStyleValue("shape-outside", "inset(10px, 10px)") is "none" 159 PASS getComputedStyleValue("shape-outside", "inset(10px, 10px)") is "none"
200 PASS getCSSText("shape-outside", "inset(10px 20px, 30px)") is "" 160 PASS getCSSText("shape-outside", "inset(10px 20px, 30px)") is ""
201 PASS getComputedStyleValue("shape-outside", "inset(10px 20px, 30px)") is "none" 161 PASS getComputedStyleValue("shape-outside", "inset(10px 20px, 30px)") is "none"
202 PASS getCSSText("shape-outside", "inset(10px, 20px 30px 40px)") is "" 162 PASS getCSSText("shape-outside", "inset(10px, 20px 30px 40px)") is ""
203 PASS getComputedStyleValue("shape-outside", "inset(10px, 20px 30px 40px)") is "n one" 163 PASS getComputedStyleValue("shape-outside", "inset(10px, 20px 30px 40px)") is "n one"
204 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px 50px 60px)") is "" 164 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px 50px 60px)") is ""
205 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px 50px 60px )") is "none" 165 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px 50px 60px )") is "none"
(...skipping 10 matching lines...) Expand all
216 PASS getCSSText("shape-outside", "inset(10px round /)") is "" 176 PASS getCSSText("shape-outside", "inset(10px round /)") is ""
217 PASS getComputedStyleValue("shape-outside", "inset(10px round /)") is "none" 177 PASS getComputedStyleValue("shape-outside", "inset(10px round /)") is "none"
218 PASS getCSSText("shape-outside", "inset(10px round / 10px)") is "" 178 PASS getCSSText("shape-outside", "inset(10px round / 10px)") is ""
219 PASS getComputedStyleValue("shape-outside", "inset(10px round / 10px)") is "none " 179 PASS getComputedStyleValue("shape-outside", "inset(10px round / 10px)") is "none "
220 PASS getCSSText("shape-outside", "inset(/)") is "" 180 PASS getCSSText("shape-outside", "inset(/)") is ""
221 PASS getComputedStyleValue("shape-outside", "inset(/)") is "none" 181 PASS getComputedStyleValue("shape-outside", "inset(/)") is "none"
222 PASS getCSSText("shape-outside", "inset(/ 10px)") is "" 182 PASS getCSSText("shape-outside", "inset(/ 10px)") is ""
223 PASS getComputedStyleValue("shape-outside", "inset(/ 10px)") is "none" 183 PASS getComputedStyleValue("shape-outside", "inset(/ 10px)") is "none"
224 PASS getCSSText("shape-outside", "inset(round /)") is "" 184 PASS getCSSText("shape-outside", "inset(round /)") is ""
225 PASS getComputedStyleValue("shape-outside", "inset(round /)") is "none" 185 PASS getComputedStyleValue("shape-outside", "inset(round /)") is "none"
226 PASS getCSSText("shape-outside", "circle(10px, 20px)") is ""
227 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px)") is "none"
228 PASS getCSSText("shape-outside", "circle(10px 20px 30px)") is ""
229 PASS getComputedStyleValue("shape-outside", "circle(10px 20px 30px)") is "none"
230 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px, 40px)") is ""
231 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px, 40px)") is "none"
232 PASS getCSSText("shape-outside", "circle(10px 20px)") is "" 186 PASS getCSSText("shape-outside", "circle(10px 20px)") is ""
233 PASS getComputedStyleValue("shape-outside", "circle(10px 20px)") is "none" 187 PASS getComputedStyleValue("shape-outside", "circle(10px 20px)") is "none"
234 PASS getCSSText("shape-outside", "circle(10px at 10px 10px 10px)") is "" 188 PASS getCSSText("shape-outside", "circle(10px at 10px 10px 10px)") is ""
235 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px 10px)") is "none" 189 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px 10px)") is "none"
236 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is "" 190 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is ""
237 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "none" 191 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "none"
238 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is "" 192 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is ""
239 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "none" 193 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "none"
240 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is "" 194 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is ""
241 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "non e" 195 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "non e"
242 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is "" 196 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
243 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none" 197 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none"
244 PASS getCSSText("shape-outside", "circle(at center center 10px)") is "" 198 PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
245 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none" 199 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none"
246 PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is "" 200 PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is ""
247 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none" 201 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none"
248 PASS getCSSText("shape-outside", "circle(10px at)") is "" 202 PASS getCSSText("shape-outside", "circle(10px at)") is ""
249 PASS getComputedStyleValue("shape-outside", "circle(10px at)") is "none" 203 PASS getComputedStyleValue("shape-outside", "circle(10px at)") is "none"
250 PASS getCSSText("shape-outside", "circle(at)") is "" 204 PASS getCSSText("shape-outside", "circle(at)") is ""
251 PASS getComputedStyleValue("shape-outside", "circle(at)") is "none" 205 PASS getComputedStyleValue("shape-outside", "circle(at)") is "none"
252 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is ""
253 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none"
254 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""
255 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "non e"
256 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is ""
257 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " none"
258 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is "" 206 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is ""
259 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none" 207 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none"
260 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is "" 208 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is ""
261 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "none" 209 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "none"
262 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is "" 210 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is ""
263 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center )") is "none" 211 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center )") is "none"
264 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is "" 212 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is ""
265 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px) ") is "none" 213 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px) ") is "none"
266 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)" ) is "" 214 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)" ) is ""
267 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center ce nter 10px)") is "none" 215 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center ce nter 10px)") is "none"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 PASS getCSSText("shape-outside", "circle(50px) none") is "" 256 PASS getCSSText("shape-outside", "circle(50px) none") is ""
309 PASS getComputedStyleValue("shape-outside", "circle(50px) none") is "none" 257 PASS getComputedStyleValue("shape-outside", "circle(50px) none") is "none"
310 PASS getCSSText("shape-outside", "none circle(50px)") is "" 258 PASS getCSSText("shape-outside", "none circle(50px)") is ""
311 PASS getComputedStyleValue("shape-outside", "none circle(50px)") is "none" 259 PASS getComputedStyleValue("shape-outside", "none circle(50px)") is "none"
312 PASS getCSSText("shape-outside", "url('shape.svg') content-box") is "" 260 PASS getCSSText("shape-outside", "url('shape.svg') content-box") is ""
313 PASS getComputedStyleValue("shape-outside", "url('shape.svg') content-box") is " none" 261 PASS getComputedStyleValue("shape-outside", "url('shape.svg') content-box") is " none"
314 PASS getCSSText("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10 px, 10px 0)") is "" 262 PASS getCSSText("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10 px, 10px 0)") is ""
315 PASS getComputedStyleValue("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none" 263 PASS getComputedStyleValue("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
316 PASS getCSSText("shape-outside", "outside-shape") is "" 264 PASS getCSSText("shape-outside", "outside-shape") is ""
317 PASS getComputedStyleValue("shape-outside", "outside-shape") is "none" 265 PASS getComputedStyleValue("shape-outside", "outside-shape") is "none"
318 PASS getParentAndChildComputedStylesString("shape-outside", "none", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)" 266 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "cir cle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)"
319 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: none" 267 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none"
320 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: none" 268 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none"
321 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 269 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle (30px at 10px 20px)"
322 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none" 270 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none"
323 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none" 271 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none"
324 PASS successfullyParsed is true 272 PASS successfullyParsed is true
325 273
326 TEST COMPLETE 274 TEST COMPLETE
327 275
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698