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

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

Issue 176853007: [CSS Grid Layout] Implementation of the grid shorthand. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed compilation error in debug. Created 6 years, 8 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 fontFamily 104 fontFamily
105 fontKerning 105 fontKerning
106 fontSize 106 fontSize
107 fontStretch 107 fontStretch
108 fontStyle 108 fontStyle
109 fontVariant 109 fontVariant
110 fontVariantLigatures 110 fontVariantLigatures
111 fontWeight 111 fontWeight
112 glyphOrientationHorizontal 112 glyphOrientationHorizontal
113 glyphOrientationVertical 113 glyphOrientationVertical
114 grid
114 gridArea 115 gridArea
115 gridAutoColumns 116 gridAutoColumns
116 gridAutoFlow 117 gridAutoFlow
117 gridAutoRows 118 gridAutoRows
118 gridColumn 119 gridColumn
119 gridColumnEnd 120 gridColumnEnd
120 gridColumnStart 121 gridColumnStart
121 gridRow 122 gridRow
122 gridRowEnd 123 gridRowEnd
123 gridRowStart 124 gridRowStart
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 wordBreak 407 wordBreak
407 wordSpacing 408 wordSpacing
408 wordWrap 409 wordWrap
409 writingMode 410 writingMode
410 zIndex 411 zIndex
411 zoom 412 zoom
412 PASS successfullyParsed is true 413 PASS successfullyParsed is true
413 414
414 TEST COMPLETE 415 TEST COMPLETE
415 416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698