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

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

Issue 22925002: Add support to resolve unprefixed CSS animations properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
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 animation
8 animationDelay
9 animationDirection
10 animationDuration
11 animationFillMode
12 animationIterationCount
13 animationName
14 animationPlayState
15 animationTimingFunction
7 background 16 background
8 backgroundAttachment 17 backgroundAttachment
9 backgroundBlendMode 18 backgroundBlendMode
10 backgroundClip 19 backgroundClip
11 backgroundColor 20 backgroundColor
12 backgroundImage 21 backgroundImage
13 backgroundOrigin 22 backgroundOrigin
14 backgroundPosition 23 backgroundPosition
15 backgroundPositionX 24 backgroundPositionX
16 backgroundPositionY 25 backgroundPositionY
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 whiteSpace 406 whiteSpace
398 widows 407 widows
399 width 408 width
400 wordBreak 409 wordBreak
401 wordSpacing 410 wordSpacing
402 wordWrap 411 wordWrap
403 writingMode 412 writingMode
404 zIndex 413 zIndex
405 zoom 414 zoom
406 415
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698