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

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

Issue 17090005: [CSS Grid Layout] Implement 'justify-self' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Scrubbed and rebaselined patch Created 7 years, 1 month 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 | Annotate | Revision Log
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 gridDefinitionColumns 119 gridDefinitionColumns
120 gridDefinitionRows 120 gridDefinitionRows
121 gridRow 121 gridRow
122 gridRowEnd 122 gridRowEnd
123 gridRowStart 123 gridRowStart
124 gridTemplate 124 gridTemplate
125 height 125 height
126 imageRendering 126 imageRendering
127 isolation 127 isolation
128 justifyContent 128 justifyContent
129 justifySelf
129 kerning 130 kerning
130 left 131 left
131 length 132 length
132 letterSpacing 133 letterSpacing
133 lightingColor 134 lightingColor
134 lineHeight 135 lineHeight
135 listStyle 136 listStyle
136 listStyleImage 137 listStyleImage
137 listStylePosition 138 listStylePosition
138 listStyleType 139 listStyleType
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 wordBreak 414 wordBreak
414 wordSpacing 415 wordSpacing
415 wordWrap 416 wordWrap
416 writingMode 417 writingMode
417 zIndex 418 zIndex
418 zoom 419 zoom
419 PASS successfullyParsed is true 420 PASS successfullyParsed is true
420 421
421 TEST COMPLETE 422 TEST COMPLETE
422 423
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698