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

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

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

Powered by Google App Engine
This is Rietveld 408576698