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

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

Issue 2559073002: CSS Motion Path: Support offset-rotate in addition to offset-rotation (Closed)
Patch Set: Created 4 years 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 minZoom 190 minZoom
191 mixBlendMode 191 mixBlendMode
192 motion 192 motion
193 objectFit 193 objectFit
194 objectPosition 194 objectPosition
195 offset 195 offset
196 offsetAnchor 196 offsetAnchor
197 offsetDistance 197 offsetDistance
198 offsetPath 198 offsetPath
199 offsetPosition 199 offsetPosition
200 offsetRotate
200 offsetRotation 201 offsetRotation
201 opacity 202 opacity
202 order 203 order
203 orientation 204 orientation
204 orphans 205 orphans
205 outline 206 outline
206 outlineColor 207 outlineColor
207 outlineOffset 208 outlineOffset
208 outlineStyle 209 outlineStyle
209 outlineWidth 210 outlineWidth
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 wordWrap 413 wordWrap
413 writingMode 414 writingMode
414 x 415 x
415 y 416 y
416 zIndex 417 zIndex
417 zoom 418 zoom
418 PASS successfullyParsed is true 419 PASS successfullyParsed is true
419 420
420 TEST COMPLETE 421 TEST COMPLETE
421 422
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698