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

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

Issue 19041005: Introduce css3TextEnabled instead of CSS3_TEXT. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 7 years, 5 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 alignContent 3 alignContent
4 alignItems 4 alignItems
5 alignSelf 5 alignSelf
6 alignmentBaseline 6 alignmentBaseline
7 background 7 background
8 backgroundAttachment 8 backgroundAttachment
9 backgroundBlendMode 9 backgroundBlendMode
10 backgroundClip 10 backgroundClip
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 strokeDasharray 180 strokeDasharray
181 strokeDashoffset 181 strokeDashoffset
182 strokeLinecap 182 strokeLinecap
183 strokeLinejoin 183 strokeLinejoin
184 strokeMiterlimit 184 strokeMiterlimit
185 strokeOpacity 185 strokeOpacity
186 strokeWidth 186 strokeWidth
187 tabSize 187 tabSize
188 tableLayout 188 tableLayout
189 textAlign 189 textAlign
190 textAlignLast
190 textAnchor 191 textAnchor
191 textDecoration 192 textDecoration
192 textDecorationColor 193 textDecorationColor
193 textDecorationLine 194 textDecorationLine
194 textDecorationStyle 195 textDecorationStyle
195 textIndent 196 textIndent
196 textLineThroughColor 197 textLineThroughColor
197 textLineThroughMode 198 textLineThroughMode
198 textLineThroughStyle 199 textLineThroughStyle
199 textLineThroughWidth 200 textLineThroughWidth
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 whiteSpace 400 whiteSpace
400 widows 401 widows
401 width 402 width
402 wordBreak 403 wordBreak
403 wordSpacing 404 wordSpacing
404 wordWrap 405 wordWrap
405 writingMode 406 writingMode
406 zIndex 407 zIndex
407 zoom 408 zoom
408 409
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698