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

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

Issue 146773002: [CSS Grid Layout] Rename grid-definition-{columns|rows} to match the new syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed renaming issues with some tests. Created 6 years, 10 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 fontWeight 110 fontWeight
111 glyphOrientationHorizontal 111 glyphOrientationHorizontal
112 glyphOrientationVertical 112 glyphOrientationVertical
113 gridArea 113 gridArea
114 gridAutoColumns 114 gridAutoColumns
115 gridAutoFlow 115 gridAutoFlow
116 gridAutoRows 116 gridAutoRows
117 gridColumn 117 gridColumn
118 gridColumnEnd 118 gridColumnEnd
119 gridColumnStart 119 gridColumnStart
120 gridDefinitionColumns
121 gridDefinitionRows
122 gridRow 120 gridRow
123 gridRowEnd 121 gridRowEnd
124 gridRowStart 122 gridRowStart
125 gridTemplateAreas 123 gridTemplateAreas
124 gridTemplateColumns
125 gridTemplateRows
126 height 126 height
127 imageRendering 127 imageRendering
128 isolation 128 isolation
129 justifyContent 129 justifyContent
130 justifySelf 130 justifySelf
131 kerning 131 kerning
132 left 132 left
133 length 133 length
134 letterSpacing 134 letterSpacing
135 lightingColor 135 lightingColor
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 wordBreak 415 wordBreak
416 wordSpacing 416 wordSpacing
417 wordWrap 417 wordWrap
418 writingMode 418 writingMode
419 zIndex 419 zIndex
420 zoom 420 zoom
421 PASS successfullyParsed is true 421 PASS successfullyParsed is true
422 422
423 TEST COMPLETE 423 TEST COMPLETE
424 424
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698