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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt

Issue 1698913002: Add support for repeating-radial-gradient() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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", "inset(10px)") is "inset(10px)" 8 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px)"
9 PASS getComputedStyleValue("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)" 10 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px)"
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 PASS getCSSText("shape-outside", "padding-box polygon(nonzero, 10px 10px, 20px 2 0px, 30px 30px)") is "padding-box polygon(10px 10px, 20px 20px, 30px 30px)" 174 PASS getCSSText("shape-outside", "padding-box polygon(nonzero, 10px 10px, 20px 2 0px, 30px 30px)") is "padding-box polygon(10px 10px, 20px 20px, 30px 30px)"
175 PASS getComputedStyleValue("shape-outside", "padding-box polygon(nonzero, 10px 1 0px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) paddin g-box" 175 PASS getComputedStyleValue("shape-outside", "padding-box polygon(nonzero, 10px 1 0px, 20px 20px, 30px 30px)") is "polygon(10px 10px, 20px 20px, 30px 30px) paddin g-box"
176 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)" 176 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)"
177 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" 177 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"
178 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)" 178 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)"
179 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" 179 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"
180 PASS getCSSText("shape-outside", "linear-gradient(to right, red, blue)") is "lin ear-gradient(to right, red, blue)" 180 PASS getCSSText("shape-outside", "linear-gradient(to right, red, blue)") is "lin ear-gradient(to right, red, blue)"
181 PASS getComputedStyleValue("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%)" 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%, gr een 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%, gr een 95%)"
184 PASS getCSSText("shape-outside", "repeating-radial-gradient(white 80%, black)") is "repeating-radial-gradient(white 80%, black)"
185 PASS getComputedStyleValue("shape-outside", "repeating-radial-gradient(white 80% , black)") is "repeating-radial-gradient(white 80%, black)"
184 PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(\"image\ ")" 186 PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(\"image\ ")"
185 PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "u rl(\"image\")" 187 PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "u rl(\"image\")"
186 PASS getCSSText("shape-outside", "calc()") is "" 188 PASS getCSSText("shape-outside", "calc()") is ""
187 PASS getComputedStyleValue("shape-outside", "calc()") is "none" 189 PASS getComputedStyleValue("shape-outside", "calc()") is "none"
188 PASS getCSSText("shape-outside", "auto") is "" 190 PASS getCSSText("shape-outside", "auto") is ""
189 PASS getComputedStyleValue("shape-outside", "auto") is "none" 191 PASS getComputedStyleValue("shape-outside", "auto") is "none"
190 PASS getCSSText("shape-outside", "inset()") is "" 192 PASS getCSSText("shape-outside", "inset()") is ""
191 PASS getComputedStyleValue("shape-outside", "inset()") is "none" 193 PASS getComputedStyleValue("shape-outside", "inset()") is "none"
192 PASS getCSSText("shape-outside", "inset(10px, 10px)") is "" 194 PASS getCSSText("shape-outside", "inset(10px, 10px)") is ""
193 PASS getComputedStyleValue("shape-outside", "inset(10px, 10px)") is "none" 195 PASS getComputedStyleValue("shape-outside", "inset(10px, 10px)") is "none"
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "cir cle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)" 300 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "cir cle(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" 301 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" 302 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)" 303 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 "p arent: none, child: none" 304 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none"
303 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none" 305 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none"
304 PASS successfullyParsed is true 306 PASS successfullyParsed is true
305 307
306 TEST COMPLETE 308 TEST COMPLETE
307 309
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698