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

Side by Side Diff: Source/core/css/SVGCSSValueKeywords.in

Issue 330243002: Add the named color `rebeccapurple` (#639) (Closed) Base URL: git@github.com:mirrors/blink.git@master
Patch Set: Don’t change `Source/devtools/front_end/cm/css.js` Created 6 years, 6 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 // 1 //
2 // SVG CSS value names 2 // SVG CSS value names
3 // 3 //
4 4
5 // CSS_PROP_*_COLOR 5 // CSS_PROP_*_COLOR
6 // 6 //
7 aliceblue 7 aliceblue
8 alpha 8 alpha
9 antiquewhite 9 antiquewhite
10 // aqua 10 // aqua
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 palegreen 118 palegreen
119 paleturquoise 119 paleturquoise
120 palevioletred 120 palevioletred
121 papayawhip 121 papayawhip
122 peachpuff 122 peachpuff
123 peru 123 peru
124 pink 124 pink
125 plum 125 plum
126 powderblue 126 powderblue
127 // purple 127 // purple
128 rebeccapurple
128 // red 129 // red
129 rosybrown 130 rosybrown
130 royalblue 131 royalblue
131 saddlebrown 132 saddlebrown
132 salmon 133 salmon
133 sandybrown 134 sandybrown
134 seagreen 135 seagreen
135 seashell 136 seashell
136 sienna 137 sienna
137 // silver 138 // silver
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 272
272 // CSS_PROP_VECTOR_EFFECT 273 // CSS_PROP_VECTOR_EFFECT
273 // none 274 // none
274 non-scaling-stroke 275 non-scaling-stroke
275 276
276 // CSS_PROP_PAINT_ORDER 277 // CSS_PROP_PAINT_ORDER
277 // normal 278 // normal
278 // fill 279 // fill
279 // stroke 280 // stroke
280 // markers 281 // markers
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/named-colors-expected.txt ('k') | Source/devtools/front_end/common/Color.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698