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

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

Issue 16959008: [CSS Grid Layout] Rename grid-{rows|columns} to grid-definition-{rows|columns} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 fontWeight 99 fontWeight
100 glyphOrientationHorizontal 100 glyphOrientationHorizontal
101 glyphOrientationVertical 101 glyphOrientationVertical
102 gridAfter 102 gridAfter
103 gridArea 103 gridArea
104 gridAutoColumns 104 gridAutoColumns
105 gridAutoFlow 105 gridAutoFlow
106 gridAutoRows 106 gridAutoRows
107 gridBefore 107 gridBefore
108 gridColumn 108 gridColumn
109 gridColumns 109 gridDefinitionColumns
110 gridDefinitionRows
110 gridEnd 111 gridEnd
111 gridRow 112 gridRow
112 gridRows
113 gridStart 113 gridStart
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
(...skipping 276 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
« no previous file with comments | « LayoutTests/ietestcenter/css3/grid/grid-items-005-expected.htm ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698