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

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

Issue 149373004: [CSS Grid Layout] Implementation of the grid-template shorthand. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@grid-template-working
Patch Set: Added the new property to the ones runtime enabled only. 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 gridArea 114 gridArea
115 gridAutoColumns 115 gridAutoColumns
116 gridAutoFlow 116 gridAutoFlow
117 gridAutoRows 117 gridAutoRows
118 gridColumn 118 gridColumn
119 gridColumnEnd 119 gridColumnEnd
120 gridColumnStart 120 gridColumnStart
121 gridRow 121 gridRow
122 gridRowEnd 122 gridRowEnd
123 gridRowStart 123 gridRowStart
124 gridTemplate
124 gridTemplateAreas 125 gridTemplateAreas
125 gridTemplateColumns 126 gridTemplateColumns
126 gridTemplateRows 127 gridTemplateRows
127 height 128 height
128 imageRendering 129 imageRendering
129 isolation 130 isolation
130 justifyContent 131 justifyContent
131 justifySelf 132 justifySelf
132 kerning 133 kerning
133 left 134 left
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 wordBreak 408 wordBreak
408 wordSpacing 409 wordSpacing
409 wordWrap 410 wordWrap
410 writingMode 411 writingMode
411 zIndex 412 zIndex
412 zoom 413 zoom
413 PASS successfullyParsed is true 414 PASS successfullyParsed is true
414 415
415 TEST COMPLETE 416 TEST COMPLETE
416 417
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698