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

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: Patch for landing Created 7 years, 2 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 animation 7 animation
8 animationDelay 8 animationDelay
9 animationDirection 9 animationDirection
10 animationDuration 10 animationDuration
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 tabSize 203 tabSize
204 tableLayout 204 tableLayout
205 textAlign 205 textAlign
206 textAlignLast 206 textAlignLast
207 textAnchor 207 textAnchor
208 textDecoration 208 textDecoration
209 textDecorationColor 209 textDecorationColor
210 textDecorationLine 210 textDecorationLine
211 textDecorationStyle 211 textDecorationStyle
212 textIndent 212 textIndent
213 textJustify
213 textLineThroughColor 214 textLineThroughColor
214 textLineThroughMode 215 textLineThroughMode
215 textLineThroughStyle 216 textLineThroughStyle
216 textLineThroughWidth 217 textLineThroughWidth
217 textOverflow 218 textOverflow
218 textOverlineColor 219 textOverlineColor
219 textOverlineMode 220 textOverlineMode
220 textOverlineStyle 221 textOverlineStyle
221 textOverlineWidth 222 textOverlineWidth
222 textRendering 223 textRendering
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 whiteSpace 408 whiteSpace
408 widows 409 widows
409 width 410 width
410 wordBreak 411 wordBreak
411 wordSpacing 412 wordSpacing
412 wordWrap 413 wordWrap
413 writingMode 414 writingMode
414 zIndex 415 zIndex
415 zoom 416 zoom
416 417
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698