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

Unified Diff: third_party/WebKit/LayoutTests/fast/gradients/conic-gradient.html

Issue 2908053002: CSS Conic Gradients: do not support unitless 0 angles (Closed)
Patch Set: Created 3 years, 7 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/gradients/conic-gradient.html
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/conic-gradient.html b/third_party/WebKit/LayoutTests/fast/gradients/conic-gradient.html
index 8f7823b41acb60009cea78b54b2f8297adbab663..a318c088ffb5e7a39e39d2804e91dc6dda5ea591 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/conic-gradient.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/conic-gradient.html
@@ -23,11 +23,11 @@ div {
}
.conic4 {
- background: conic-gradient(yellowgreen 40%, gold 0, gold 70%, #f06 0);
+ background: conic-gradient(yellowgreen 40%, gold 0%, gold 70%, #f06 0%);
}
.conic5 {
- background: conic-gradient(black 25%, white 0, white 50%, black 0, black 75%, white 0);
+ background: conic-gradient(black 25%, white 0%, white 50%, black 0%, black 75%, white 0%);
background-size: 4em 4em;
}

Powered by Google App Engine
This is Rietveld 408576698