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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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 Attributes that are exposed in the CSS computed style object: 1 Attributes that are exposed in the CSS computed style object:
2 2
3 background-attachment: scroll; 3 background-attachment: scroll;
4 background-clip: border-box; 4 background-clip: border-box;
5 background-color: rgba(0, 0, 0, 0); 5 background-color: rgba(0, 0, 0, 0);
6 background-image: none; 6 background-image: none;
7 background-origin: padding-box; 7 background-origin: padding-box;
8 background-position: 0% 0%; 8 background-position: 0% 0%;
9 background-repeat: repeat; 9 background-repeat: repeat;
10 background-size: auto; 10 background-size: auto;
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 mask: none; 206 mask: none;
207 filter: none; 207 filter: none;
208 flood-color: rgb(0, 0, 0); 208 flood-color: rgb(0, 0, 0);
209 flood-opacity: 1; 209 flood-opacity: 1;
210 lighting-color: rgb(255, 255, 255); 210 lighting-color: rgb(255, 255, 255);
211 stop-color: rgb(0, 0, 0); 211 stop-color: rgb(0, 0, 0);
212 stop-opacity: 1; 212 stop-opacity: 1;
213 color-interpolation: srgb; 213 color-interpolation: srgb;
214 color-interpolation-filters: linearrgb; 214 color-interpolation-filters: linearrgb;
215 color-rendering: auto; 215 color-rendering: auto;
216 fill: #000000; 216 fill: rgb(0, 0, 0);
217 fill-opacity: 1; 217 fill-opacity: 1;
218 fill-rule: nonzero; 218 fill-rule: nonzero;
219 marker-end: none; 219 marker-end: none;
220 marker-mid: none; 220 marker-mid: none;
221 marker-start: none; 221 marker-start: none;
222 shape-rendering: auto; 222 shape-rendering: auto;
223 stroke: none; 223 stroke: none;
224 stroke-dasharray: none; 224 stroke-dasharray: none;
225 stroke-dashoffset: 0; 225 stroke-dashoffset: 0;
226 stroke-linecap: butt; 226 stroke-linecap: butt;
(...skipping 13 matching lines...) Expand all
240 240
241 Other attributes that the computed style class supports: 241 Other attributes that the computed style class supports:
242 242
243 background-position-x: 0%; 243 background-position-x: 0%;
244 background-position-y: 0%; 244 background-position-y: 0%;
245 border-spacing: 0px 0px; 245 border-spacing: 0px 0px;
246 overflow: visible; 246 overflow: visible;
247 -webkit-mask-position-x: 0%; 247 -webkit-mask-position-x: 0%;
248 -webkit-mask-position-y: 0%; 248 -webkit-mask-position-y: 0%;
249 249
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698