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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt

Issue 2577363002: Implement CSS Logical Properties: inline/block size (Closed)
Patch Set: Refactor test case Created 3 years, 11 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 all 7 all
8 animation 8 animation
9 animationDelay 9 animationDelay
10 animationDirection 10 animationDirection
(...skipping 12 matching lines...) Expand all
23 backgroundImage 23 backgroundImage
24 backgroundOrigin 24 backgroundOrigin
25 backgroundPosition 25 backgroundPosition
26 backgroundPositionX 26 backgroundPositionX
27 backgroundPositionY 27 backgroundPositionY
28 backgroundRepeat 28 backgroundRepeat
29 backgroundRepeatX 29 backgroundRepeatX
30 backgroundRepeatY 30 backgroundRepeatY
31 backgroundSize 31 backgroundSize
32 baselineShift 32 baselineShift
33 blockSize
33 border 34 border
34 borderBottom 35 borderBottom
35 borderBottomColor 36 borderBottomColor
36 borderBottomLeftRadius 37 borderBottomLeftRadius
37 borderBottomRightRadius 38 borderBottomRightRadius
38 borderBottomStyle 39 borderBottomStyle
39 borderBottomWidth 40 borderBottomWidth
40 borderCollapse 41 borderCollapse
41 borderColor 42 borderColor
42 borderImage 43 borderImage
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 gridRowEnd 147 gridRowEnd
147 gridRowGap 148 gridRowGap
148 gridRowStart 149 gridRowStart
149 gridTemplate 150 gridTemplate
150 gridTemplateAreas 151 gridTemplateAreas
151 gridTemplateColumns 152 gridTemplateColumns
152 gridTemplateRows 153 gridTemplateRows
153 height 154 height
154 hyphens 155 hyphens
155 imageRendering 156 imageRendering
157 inlineSize
156 isolation 158 isolation
157 item 159 item
158 justifyContent 160 justifyContent
159 justifyItems 161 justifyItems
160 justifySelf 162 justifySelf
161 left 163 left
162 length 164 length
163 letterSpacing 165 letterSpacing
164 lightingColor 166 lightingColor
165 lineHeight 167 lineHeight
166 listStyle 168 listStyle
167 listStyleImage 169 listStyleImage
168 listStylePosition 170 listStylePosition
169 listStyleType 171 listStyleType
170 margin 172 margin
171 marginBottom 173 marginBottom
172 marginLeft 174 marginLeft
173 marginRight 175 marginRight
174 marginTop 176 marginTop
175 marker 177 marker
176 markerEnd 178 markerEnd
177 markerMid 179 markerMid
178 markerStart 180 markerStart
179 mask 181 mask
180 maskType 182 maskType
183 maxBlockSize
181 maxHeight 184 maxHeight
185 maxInlineSize
182 maxWidth 186 maxWidth
183 maxZoom 187 maxZoom
188 minBlockSize
184 minHeight 189 minHeight
190 minInlineSize
185 minWidth 191 minWidth
186 minZoom 192 minZoom
187 mixBlendMode 193 mixBlendMode
188 motion 194 motion
189 objectFit 195 objectFit
190 objectPosition 196 objectPosition
191 offset 197 offset
192 offsetDistance 198 offsetDistance
193 offsetPath 199 offsetPath
194 offsetRotate 200 offsetRotate
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 wordWrap 402 wordWrap
397 writingMode 403 writingMode
398 x 404 x
399 y 405 y
400 zIndex 406 zIndex
401 zoom 407 zoom
402 PASS successfullyParsed is true 408 PASS successfullyParsed is true
403 409
404 TEST COMPLETE 410 TEST COMPLETE
405 411
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698