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

Side by Side Diff: third_party/WebKit/LayoutTests/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 13 matching lines...) Expand all
24 backgroundImage 24 backgroundImage
25 backgroundOrigin 25 backgroundOrigin
26 backgroundPosition 26 backgroundPosition
27 backgroundPositionX 27 backgroundPositionX
28 backgroundPositionY 28 backgroundPositionY
29 backgroundRepeat 29 backgroundRepeat
30 backgroundRepeatX 30 backgroundRepeatX
31 backgroundRepeatY 31 backgroundRepeatY
32 backgroundSize 32 backgroundSize
33 baselineShift 33 baselineShift
34 blockSize
34 border 35 border
35 borderBottom 36 borderBottom
36 borderBottomColor 37 borderBottomColor
37 borderBottomLeftRadius 38 borderBottomLeftRadius
38 borderBottomRightRadius 39 borderBottomRightRadius
39 borderBottomStyle 40 borderBottomStyle
40 borderBottomWidth 41 borderBottomWidth
41 borderCollapse 42 borderCollapse
42 borderColor 43 borderColor
43 borderImage 44 borderImage
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 gridRowGap 152 gridRowGap
152 gridRowStart 153 gridRowStart
153 gridTemplate 154 gridTemplate
154 gridTemplateAreas 155 gridTemplateAreas
155 gridTemplateColumns 156 gridTemplateColumns
156 gridTemplateRows 157 gridTemplateRows
157 height 158 height
158 hyphens 159 hyphens
159 imageOrientation 160 imageOrientation
160 imageRendering 161 imageRendering
162 inlineSize
161 isolation 163 isolation
162 item 164 item
163 justifyContent 165 justifyContent
164 justifyItems 166 justifyItems
165 justifySelf 167 justifySelf
166 left 168 left
167 length 169 length
168 letterSpacing 170 letterSpacing
169 lightingColor 171 lightingColor
170 lineHeight 172 lineHeight
171 listStyle 173 listStyle
172 listStyleImage 174 listStyleImage
173 listStylePosition 175 listStylePosition
174 listStyleType 176 listStyleType
175 margin 177 margin
176 marginBottom 178 marginBottom
177 marginLeft 179 marginLeft
178 marginRight 180 marginRight
179 marginTop 181 marginTop
180 marker 182 marker
181 markerEnd 183 markerEnd
182 markerMid 184 markerMid
183 markerStart 185 markerStart
184 mask 186 mask
185 maskSourceType 187 maskSourceType
186 maskType 188 maskType
189 maxBlockSize
187 maxHeight 190 maxHeight
191 maxInlineSize
188 maxWidth 192 maxWidth
189 maxZoom 193 maxZoom
194 minBlockSize
190 minHeight 195 minHeight
196 minInlineSize
191 minWidth 197 minWidth
192 minZoom 198 minZoom
193 mixBlendMode 199 mixBlendMode
194 motion 200 motion
195 objectFit 201 objectFit
196 objectPosition 202 objectPosition
197 offset 203 offset
198 offsetAnchor 204 offsetAnchor
199 offsetDistance 205 offsetDistance
200 offsetPath 206 offsetPath
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 wordWrap 421 wordWrap
416 writingMode 422 writingMode
417 x 423 x
418 y 424 y
419 zIndex 425 zIndex
420 zoom 426 zoom
421 PASS successfullyParsed is true 427 PASS successfullyParsed is true
422 428
423 TEST COMPLETE 429 TEST COMPLETE
424 430
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698