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

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: Removed updated on text-underline-position for now (to be discussed & re-added later) 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
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 whiteSpace 398 whiteSpace
396 widows 399 widows
397 width 400 width
398 wordBreak 401 wordBreak
399 wordSpacing 402 wordSpacing
400 wordWrap 403 wordWrap
401 writingMode 404 writingMode
402 zIndex 405 zIndex
403 zoom 406 zoom
404 407
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698