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

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

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Sorted CSSProperties.json5 alphabetically (meade@'s nit) Created 3 years, 9 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 isolation 163 isolation
164 item 164 item
165 justifyContent 165 justifyContent
166 justifyItems 166 justifyItems
167 justifySelf 167 justifySelf
168 left 168 left
169 length 169 length
170 letterSpacing 170 letterSpacing
171 lightingColor 171 lightingColor
172 lineHeight 172 lineHeight
173 lineHeightStep
173 listStyle 174 listStyle
174 listStyleImage 175 listStyleImage
175 listStylePosition 176 listStylePosition
176 listStyleType 177 listStyleType
177 margin 178 margin
178 marginBottom 179 marginBottom
179 marginLeft 180 marginLeft
180 marginRight 181 marginRight
181 marginTop 182 marginTop
182 marker 183 marker
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 scrollSnapDestination 251 scrollSnapDestination
251 scrollSnapPointsX 252 scrollSnapPointsX
252 scrollSnapPointsY 253 scrollSnapPointsY
253 scrollSnapType 254 scrollSnapType
254 setProperty 255 setProperty
255 shapeImageThreshold 256 shapeImageThreshold
256 shapeMargin 257 shapeMargin
257 shapeOutside 258 shapeOutside
258 shapeRendering 259 shapeRendering
259 size 260 size
260 snapHeight
261 speak 261 speak
262 src 262 src
263 stopColor 263 stopColor
264 stopOpacity 264 stopOpacity
265 stroke 265 stroke
266 strokeDasharray 266 strokeDasharray
267 strokeDashoffset 267 strokeDashoffset
268 strokeLinecap 268 strokeLinecap
269 strokeLinejoin 269 strokeLinejoin
270 strokeMiterlimit 270 strokeMiterlimit
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 wordWrap 421 wordWrap
422 writingMode 422 writingMode
423 x 423 x
424 y 424 y
425 zIndex 425 zIndex
426 zoom 426 zoom
427 PASS successfullyParsed is true 427 PASS successfullyParsed is true
428 428
429 TEST COMPLETE 429 TEST COMPLETE
430 430
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698