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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt b/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
index 380e2287a8af184e26ff740d5a444ec6ae670a71..3bc17eac8dd412f5231f463ef94391d318e790fc 100644
--- a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -181,6 +181,8 @@ PASS getCSSText("shape-outside", "linear-gradient(to right, red, blue)") is "lin
PASS getComputedStyleValue("shape-outside", "linear-gradient(to right, red, blue)") is "linear-gradient(to right, red, blue)"
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%)"
PASS getComputedStyleValue("shape-outside", "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)") is "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)"
+PASS getCSSText("shape-outside", "repeating-radial-gradient(white 80%, black)") is "repeating-radial-gradient(white 80%, black)"
+PASS getComputedStyleValue("shape-outside", "repeating-radial-gradient(white 80%, black)") is "repeating-radial-gradient(white 80%, black)"
PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(\"image\")"
PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "url(\"image\")"
PASS getCSSText("shape-outside", "calc()") is ""
« 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