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

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

Issue 16337002: Revert "Revert "Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT"" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 strokeLinecap 156 strokeLinecap
157 strokeLinejoin 157 strokeLinejoin
158 strokeMiterlimit 158 strokeMiterlimit
159 strokeOpacity 159 strokeOpacity
160 strokeWidth 160 strokeWidth
161 tabSize 161 tabSize
162 tableLayout 162 tableLayout
163 textAlign 163 textAlign
164 textAnchor 164 textAnchor
165 textDecoration 165 textDecoration
166 textDecorationColor
167 textDecorationLine
168 textDecorationStyle
166 textIndent 169 textIndent
167 textLineThroughColor 170 textLineThroughColor
168 textLineThroughMode 171 textLineThroughMode
169 textLineThroughStyle 172 textLineThroughStyle
170 textLineThroughWidth 173 textLineThroughWidth
171 textOverflow 174 textOverflow
172 textOverlineColor 175 textOverlineColor
173 textOverlineMode 176 textOverlineMode
174 textOverlineStyle 177 textOverlineStyle
175 textOverlineWidth 178 textOverlineWidth
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 whiteSpace 396 whiteSpace
394 widows 397 widows
395 width 398 width
396 wordBreak 399 wordBreak
397 wordSpacing 400 wordSpacing
398 wordWrap 401 wordWrap
399 writingMode 402 writingMode
400 zIndex 403 zIndex
401 zoom 404 zoom
402 405
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698