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

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

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)
Patch Set: remove offsetRotation from webexposed Created 3 years, 7 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 minZoom 199 minZoom
200 mixBlendMode 200 mixBlendMode
201 objectFit 201 objectFit
202 objectPosition 202 objectPosition
203 offset 203 offset
204 offsetAnchor 204 offsetAnchor
205 offsetDistance 205 offsetDistance
206 offsetPath 206 offsetPath
207 offsetPosition 207 offsetPosition
208 offsetRotate 208 offsetRotate
209 offsetRotation
210 opacity 209 opacity
211 order 210 order
212 orientation 211 orientation
213 orphans 212 orphans
214 outline 213 outline
215 outlineColor 214 outlineColor
216 outlineOffset 215 outlineOffset
217 outlineStyle 216 outlineStyle
218 outlineWidth 217 outlineWidth
219 overflow 218 overflow
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 wordWrap 423 wordWrap
425 writingMode 424 writingMode
426 x 425 x
427 y 426 y
428 zIndex 427 zIndex
429 zoom 428 zoom
430 PASS successfullyParsed is true 429 PASS successfullyParsed is true
431 430
432 TEST COMPLETE 431 TEST COMPLETE
433 432
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698