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

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

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: Fix nits Created 3 years, 6 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 quotes 241 quotes
242 r 242 r
243 removeProperty 243 removeProperty
244 resize 244 resize
245 right 245 right
246 rotate 246 rotate
247 rx 247 rx
248 ry 248 ry
249 scale 249 scale
250 scrollBehavior 250 scrollBehavior
251 scrollSnapCoordinate 251 scrollPadding
252 scrollSnapDestination 252 scrollPaddingBlock
253 scrollSnapPointsX 253 scrollPaddingBlockEnd
254 scrollSnapPointsY 254 scrollPaddingBlockStart
255 scrollPaddingBottom
256 scrollPaddingInline
257 scrollPaddingInlineEnd
258 scrollPaddingInlineStart
259 scrollPaddingLeft
260 scrollPaddingRight
261 scrollPaddingTop
262 scrollSnapAlign
263 scrollSnapMargin
264 scrollSnapMarginBlock
265 scrollSnapMarginBlockEnd
266 scrollSnapMarginBlockStart
267 scrollSnapMarginBottom
268 scrollSnapMarginInline
269 scrollSnapMarginInlineEnd
270 scrollSnapMarginInlineStart
271 scrollSnapMarginLeft
272 scrollSnapMarginRight
273 scrollSnapMarginTop
274 scrollSnapStop
255 scrollSnapType 275 scrollSnapType
256 setProperty 276 setProperty
257 shapeImageThreshold 277 shapeImageThreshold
258 shapeMargin 278 shapeMargin
259 shapeOutside 279 shapeOutside
260 shapeRendering 280 shapeRendering
261 size 281 size
262 speak 282 speak
263 src 283 src
264 stopColor 284 stopColor
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 wordWrap 443 wordWrap
424 writingMode 444 writingMode
425 x 445 x
426 y 446 y
427 zIndex 447 zIndex
428 zoom 448 zoom
429 PASS successfullyParsed is true 449 PASS successfullyParsed is true
430 450
431 TEST COMPLETE 451 TEST COMPLETE
432 452
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698