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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/resources/property-names.js

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 // We only test properties that are exposed in all ports. 1 // We only test properties that are exposed in all ports.
2 var propertiesToTest = { 2 var propertiesToTest = {
3 "-webkit-animation-delay": true, 3 "-webkit-animation-delay": true,
4 "-webkit-animation-direction": true, 4 "-webkit-animation-direction": true,
5 "-webkit-animation-duration": true, 5 "-webkit-animation-duration": true,
6 "-webkit-animation-fill-mode": true, 6 "-webkit-animation-fill-mode": true,
7 "-webkit-animation-iteration-count": true, 7 "-webkit-animation-iteration-count": true,
8 "-webkit-animation-name": true, 8 "-webkit-animation-name": true,
9 "-webkit-animation-play-state": true, 9 "-webkit-animation-play-state": true,
10 "-webkit-animation-timing-function": true, 10 "-webkit-animation-timing-function": true,
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "font-size": true, 163 "font-size": true,
164 "font-style": true, 164 "font-style": true,
165 "font-variant": true, 165 "font-variant": true,
166 "font-variant-ligatures": true, 166 "font-variant-ligatures": true,
167 "font-weight": true, 167 "font-weight": true,
168 "glyph-orientation-horizontal": true, 168 "glyph-orientation-horizontal": true,
169 "glyph-orientation-vertical": true, 169 "glyph-orientation-vertical": true,
170 "height": true, 170 "height": true,
171 "image-rendering": true, 171 "image-rendering": true,
172 "justify-content": true, 172 "justify-content": true,
173 "kerning": true,
174 "left": true, 173 "left": true,
175 "letter-spacing": true, 174 "letter-spacing": true,
176 "lighting-color": true, 175 "lighting-color": true,
177 "line-height": true, 176 "line-height": true,
178 "list-style-image": true, 177 "list-style-image": true,
179 "list-style-position": true, 178 "list-style-position": true,
180 "list-style-type": true, 179 "list-style-type": true,
181 "margin-bottom": true, 180 "margin-bottom": true,
182 "margin-left": true, 181 "margin-left": true,
183 "margin-right": true, 182 "margin-right": true,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 // There properties don't show up when iterating a computed style object, 249 // There properties don't show up when iterating a computed style object,
251 // but we do want to dump their values in tests. 250 // but we do want to dump their values in tests.
252 var hiddenComputedStyleProperties = [ 251 var hiddenComputedStyleProperties = [
253 "background-position-x", 252 "background-position-x",
254 "background-position-y", 253 "background-position-y",
255 "border-spacing", 254 "border-spacing",
256 "overflow", 255 "overflow",
257 "-webkit-mask-position-x", 256 "-webkit-mask-position-x",
258 "-webkit-mask-position-y", 257 "-webkit-mask-position-y",
259 ]; 258 ];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698