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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 minInlineSize 190 minInlineSize
191 minWidth 191 minWidth
192 minZoom 192 minZoom
193 mixBlendMode 193 mixBlendMode
194 objectFit 194 objectFit
195 objectPosition 195 objectPosition
196 offset 196 offset
197 offsetDistance 197 offsetDistance
198 offsetPath 198 offsetPath
199 offsetRotate 199 offsetRotate
200 offsetRotation
201 opacity 200 opacity
202 order 201 order
203 orientation 202 orientation
204 orphans 203 orphans
205 outline 204 outline
206 outlineColor 205 outlineColor
207 outlineOffset 206 outlineOffset
208 outlineStyle 207 outlineStyle
209 outlineWidth 208 outlineWidth
210 overflow 209 overflow
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 wordWrap 403 wordWrap
405 writingMode 404 writingMode
406 x 405 x
407 y 406 y
408 zIndex 407 zIndex
409 zoom 408 zoom
410 PASS successfullyParsed is true 409 PASS successfullyParsed is true
411 410
412 TEST COMPLETE 411 TEST COMPLETE
413 412
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698