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

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

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 years, 8 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 stroke-dasharray: none; 220 stroke-dasharray: none;
221 stroke-dashoffset: 0; 221 stroke-dashoffset: 0;
222 stroke-linecap: butt; 222 stroke-linecap: butt;
223 stroke-linejoin: miter; 223 stroke-linejoin: miter;
224 stroke-miterlimit: 4; 224 stroke-miterlimit: 4;
225 stroke-opacity: 1; 225 stroke-opacity: 1;
226 stroke-width: 1; 226 stroke-width: 1;
227 alignment-baseline: auto; 227 alignment-baseline: auto;
228 baseline-shift: baseline; 228 baseline-shift: baseline;
229 dominant-baseline: auto; 229 dominant-baseline: auto;
230 kerning: 0;
231 text-anchor: start; 230 text-anchor: start;
232 writing-mode: lr-tb; 231 writing-mode: lr-tb;
233 glyph-orientation-horizontal: 0deg; 232 glyph-orientation-horizontal: 0deg;
234 glyph-orientation-vertical: auto; 233 glyph-orientation-vertical: auto;
235 vector-effect: none; 234 vector-effect: none;
236 235
237 Other attributes that the computed style class supports: 236 Other attributes that the computed style class supports:
238 237
239 background-position-x: 0%; 238 background-position-x: 0%;
240 background-position-y: 0%; 239 background-position-y: 0%;
241 border-spacing: 0px 0px; 240 border-spacing: 0px 0px;
242 overflow: visible; 241 overflow: visible;
243 -webkit-mask-position-x: 0%; 242 -webkit-mask-position-x: 0%;
244 -webkit-mask-position-y: 0%; 243 -webkit-mask-position-y: 0%;
245 244
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698