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

Unified Diff: third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js

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
Index: third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
diff --git a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js b/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
index be2146cc04d2bcf26953206cd4ac5324512901c5..6a778507ff1cd1bce281666b4c21977f4f87f53f 100644
--- a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
+++ b/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
@@ -102,7 +102,8 @@ var validShapeValues = [
["margin-box polygon(nonzero, 10px 10px, 20px 20px, 30px 30px)", "margin-box polygon(10px 10px, 20px 20px, 30px 30px)", "polygon(10px 10px, 20px 20px, 30px 30px) margin-box"],
"linear-gradient(to right, red, blue)",
- "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)"
+ "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)",
+ "repeating-radial-gradient(white 80%, black)",
];
// Invalid values for both shape-inside and shape-outside. When an invalid shape value is specified, the

Powered by Google App Engine
This is Rietveld 408576698