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

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

Issue 2828503002: CSS Motion Path: delete implementation of motion shorthand (Closed)
Patch Set: test update Created 3 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 all 7 all
8 animation 8 animation
9 animationDelay 9 animationDelay
10 animationDirection 10 animationDirection
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 maxHeight 191 maxHeight
192 maxInlineSize 192 maxInlineSize
193 maxWidth 193 maxWidth
194 maxZoom 194 maxZoom
195 minBlockSize 195 minBlockSize
196 minHeight 196 minHeight
197 minInlineSize 197 minInlineSize
198 minWidth 198 minWidth
199 minZoom 199 minZoom
200 mixBlendMode 200 mixBlendMode
201 motion
202 objectFit 201 objectFit
203 objectPosition 202 objectPosition
204 offset 203 offset
205 offsetAnchor 204 offsetAnchor
206 offsetDistance 205 offsetDistance
207 offsetPath 206 offsetPath
208 offsetPosition 207 offsetPosition
209 offsetRotate 208 offsetRotate
210 offsetRotation 209 offsetRotation
211 opacity 210 opacity
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 wordWrap 424 wordWrap
426 writingMode 425 writingMode
427 x 426 x
428 y 427 y
429 zIndex 428 zIndex
430 zoom 429 zoom
431 PASS successfullyParsed is true 430 PASS successfullyParsed is true
432 431
433 TEST COMPLETE 432 TEST COMPLETE
434 433
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698