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

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: Created 7 years, 6 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 alignmentBaseline 3 alignmentBaseline
4 background 4 background
5 backgroundAttachment 5 backgroundAttachment
6 backgroundBlendMode 6 backgroundBlendMode
7 backgroundClip 7 backgroundClip
8 backgroundColor 8 backgroundColor
9 backgroundImage 9 backgroundImage
10 backgroundOrigin 10 backgroundOrigin
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 fontWeight 89 fontWeight
90 glyphOrientationHorizontal 90 glyphOrientationHorizontal
91 glyphOrientationVertical 91 glyphOrientationVertical
92 gridAfter 92 gridAfter
93 gridArea 93 gridArea
94 gridAutoColumns 94 gridAutoColumns
95 gridAutoFlow 95 gridAutoFlow
96 gridAutoRows 96 gridAutoRows
97 gridBefore 97 gridBefore
98 gridColumn 98 gridColumn
99 gridColumns 99 gridDefinitionColumns
100 gridDefinitionRows
100 gridEnd 101 gridEnd
101 gridRow 102 gridRow
102 gridRows
103 gridStart 103 gridStart
104 height 104 height
105 imageRendering 105 imageRendering
106 kerning 106 kerning
107 left 107 left
108 length 108 length
109 letterSpacing 109 letterSpacing
110 lightingColor 110 lightingColor
111 lineHeight 111 lineHeight
112 listStyle 112 listStyle
(...skipping 286 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