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

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

Issue 962763003: Use Length for the stroke-dashoffset property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make font-size explicit. Created 5 years, 9 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 | Annotate | Revision Log
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 color-rendering: auto; 212 color-rendering: auto;
213 fill: rgb(0, 0, 0); 213 fill: rgb(0, 0, 0);
214 fill-opacity: 1; 214 fill-opacity: 1;
215 fill-rule: nonzero; 215 fill-rule: nonzero;
216 marker-end: none; 216 marker-end: none;
217 marker-mid: none; 217 marker-mid: none;
218 marker-start: none; 218 marker-start: none;
219 shape-rendering: auto; 219 shape-rendering: auto;
220 stroke: none; 220 stroke: none;
221 stroke-dasharray: none; 221 stroke-dasharray: none;
222 stroke-dashoffset: 0; 222 stroke-dashoffset: 0px;
223 stroke-linecap: butt; 223 stroke-linecap: butt;
224 stroke-linejoin: miter; 224 stroke-linejoin: miter;
225 stroke-miterlimit: 4; 225 stroke-miterlimit: 4;
226 stroke-opacity: 1; 226 stroke-opacity: 1;
227 stroke-width: 1; 227 stroke-width: 1;
228 alignment-baseline: auto; 228 alignment-baseline: auto;
229 baseline-shift: 0px; 229 baseline-shift: 0px;
230 dominant-baseline: auto; 230 dominant-baseline: auto;
231 text-anchor: start; 231 text-anchor: start;
232 writing-mode: lr-tb; 232 writing-mode: lr-tb;
233 glyph-orientation-horizontal: 0deg; 233 glyph-orientation-horizontal: 0deg;
234 glyph-orientation-vertical: auto; 234 glyph-orientation-vertical: auto;
235 vector-effect: none; 235 vector-effect: none;
236 236
237 Other attributes that the computed style class supports: 237 Other attributes that the computed style class supports:
238 238
239 background-position-x: 0%; 239 background-position-x: 0%;
240 background-position-y: 0%; 240 background-position-y: 0%;
241 border-spacing: 0px 0px; 241 border-spacing: 0px 0px;
242 overflow: visible; 242 overflow: visible;
243 -webkit-mask-position-x: 0%; 243 -webkit-mask-position-x: 0%;
244 -webkit-mask-position-y: 0%; 244 -webkit-mask-position-y: 0%;
245 245
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698