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

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

Issue 17155007: [CSS3] Parsing the property, text-justify. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parsingTextJustify
Patch Set: 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 tabSize 187 tabSize
188 tableLayout 188 tableLayout
189 textAlign 189 textAlign
190 textAlignLast 190 textAlignLast
191 textAnchor 191 textAnchor
192 textDecoration 192 textDecoration
193 textDecorationColor 193 textDecorationColor
194 textDecorationLine 194 textDecorationLine
195 textDecorationStyle 195 textDecorationStyle
196 textIndent 196 textIndent
197 textJustify
197 textLineThroughColor 198 textLineThroughColor
198 textLineThroughMode 199 textLineThroughMode
199 textLineThroughStyle 200 textLineThroughStyle
200 textLineThroughWidth 201 textLineThroughWidth
201 textOverflow 202 textOverflow
202 textOverlineColor 203 textOverlineColor
203 textOverlineMode 204 textOverlineMode
204 textOverlineStyle 205 textOverlineStyle
205 textOverlineWidth 206 textOverlineWidth
206 textRendering 207 textRendering
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 whiteSpace 401 whiteSpace
401 widows 402 widows
402 width 403 width
403 wordBreak 404 wordBreak
404 wordSpacing 405 wordSpacing
405 wordWrap 406 wordWrap
406 writingMode 407 writingMode
407 zIndex 408 zIndex
408 zoom 409 zoom
409 410
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698