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

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

Issue 17601010: [CSS Grid Layout] Rename grid placement properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: missing webposed/ changes 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 floodOpacity 92 floodOpacity
93 font 93 font
94 fontFamily 94 fontFamily
95 fontSize 95 fontSize
96 fontStretch 96 fontStretch
97 fontStyle 97 fontStyle
98 fontVariant 98 fontVariant
99 fontWeight 99 fontWeight
100 glyphOrientationHorizontal 100 glyphOrientationHorizontal
101 glyphOrientationVertical 101 glyphOrientationVertical
102 gridAfter
103 gridArea 102 gridArea
104 gridAutoColumns 103 gridAutoColumns
105 gridAutoFlow 104 gridAutoFlow
106 gridAutoRows 105 gridAutoRows
107 gridBefore
108 gridColumn 106 gridColumn
107 gridColumnEnd
108 gridColumnStart
109 gridDefinitionColumns 109 gridDefinitionColumns
110 gridDefinitionRows 110 gridDefinitionRows
111 gridEnd
112 gridRow 111 gridRow
113 gridStart 112 gridRowEnd
113 gridRowStart
114 height 114 height
115 imageRendering 115 imageRendering
116 justifyContent 116 justifyContent
117 kerning 117 kerning
118 left 118 left
119 length 119 length
120 letterSpacing 120 letterSpacing
121 lightingColor 121 lightingColor
122 lineHeight 122 lineHeight
123 listStyle 123 listStyle
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 whiteSpace 399 whiteSpace
400 widows 400 widows
401 width 401 width
402 wordBreak 402 wordBreak
403 wordSpacing 403 wordSpacing
404 wordWrap 404 wordWrap
405 writingMode 405 writingMode
406 zIndex 406 zIndex
407 zoom 407 zoom
408 408
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698