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

Side by Side Diff: LayoutTests/webexposed/css-properties-as-js-properties-expected.txt

Issue 14576017: Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a typo in css-properties-as-js-properties-expected-expected.txt Created 7 years, 7 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 This test (crudely) documents Blink's web-exposed CSS properties. All changes t o this list should go through Blink's feature review process: http://www.chromiu m.org/blink#new-features 1 This test (crudely) documents Blink's web-exposed CSS properties. All changes t o this list should go through Blink's feature review process: http://www.chromiu m.org/blink#new-features
2 2
3 alignmentBaseline 3 alignmentBaseline
4 background 4 background
5 backgroundAttachment 5 backgroundAttachment
6 backgroundBlendMode 6 backgroundBlendMode
7 backgroundClip 7 backgroundClip
8 backgroundColor 8 backgroundColor
9 backgroundImage 9 backgroundImage
10 backgroundOrigin 10 backgroundOrigin
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 strokeLinecap 155 strokeLinecap
156 strokeLinejoin 156 strokeLinejoin
157 strokeMiterlimit 157 strokeMiterlimit
158 strokeOpacity 158 strokeOpacity
159 strokeWidth 159 strokeWidth
160 tabSize 160 tabSize
161 tableLayout 161 tableLayout
162 textAlign 162 textAlign
163 textAnchor 163 textAnchor
164 textDecoration 164 textDecoration
165 textDecorationColor
166 textDecorationLine
167 textDecorationStyle
165 textIndent 168 textIndent
166 textLineThrough 169 textLineThrough
167 textLineThroughColor 170 textLineThroughColor
168 textLineThroughMode 171 textLineThroughMode
169 textLineThroughStyle 172 textLineThroughStyle
170 textLineThroughWidth 173 textLineThroughWidth
171 textOverflow 174 textOverflow
172 textOverline 175 textOverline
173 textOverlineColor 176 textOverlineColor
174 textOverlineMode 177 textOverlineMode
175 textOverlineStyle 178 textOverlineStyle
176 textOverlineWidth 179 textOverlineWidth
177 textRendering 180 textRendering
178 textShadow 181 textShadow
179 textTransform 182 textTransform
180 textUnderline 183 textUnderline
181 textUnderlineColor 184 textUnderlineColor
182 textUnderlineMode 185 textUnderlineMode
186 textUnderlinePosition
183 textUnderlineStyle 187 textUnderlineStyle
184 textUnderlineWidth 188 textUnderlineWidth
185 top 189 top
186 transition 190 transition
187 transitionDelay 191 transitionDelay
188 transitionDuration 192 transitionDuration
189 transitionProperty 193 transitionProperty
190 transitionTimingFunction 194 transitionTimingFunction
191 unicodeBidi 195 unicodeBidi
192 unicodeRange 196 unicodeRange
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 whiteSpace 399 whiteSpace
396 widows 400 widows
397 width 401 width
398 wordBreak 402 wordBreak
399 wordSpacing 403 wordSpacing
400 wordWrap 404 wordWrap
401 writingMode 405 writingMode
402 zIndex 406 zIndex
403 zoom 407 zoom
404 408
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698