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

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

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 3 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 mask 153 mask
154 maskType 154 maskType
155 maxHeight 155 maxHeight
156 maxWidth 156 maxWidth
157 maxZoom 157 maxZoom
158 minHeight 158 minHeight
159 minWidth 159 minWidth
160 minZoom 160 minZoom
161 mixBlendMode 161 mixBlendMode
162 motion 162 motion
163 motionOffset
164 motionPath
165 motionRotation
166 objectFit 163 objectFit
167 objectPosition 164 objectPosition
165 offset
166 offsetDistance
167 offsetPath
168 offsetRotation
168 opacity 169 opacity
169 order 170 order
170 orientation 171 orientation
171 orphans 172 orphans
172 outline 173 outline
173 outlineColor 174 outlineColor
174 outlineOffset 175 outlineOffset
175 outlineStyle 176 outlineStyle
176 outlineWidth 177 outlineWidth
177 overflow 178 overflow
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 wordWrap 364 wordWrap
364 writingMode 365 writingMode
365 x 366 x
366 y 367 y
367 zIndex 368 zIndex
368 zoom 369 zoom
369 PASS successfullyParsed is true 370 PASS successfullyParsed is true
370 371
371 TEST COMPLETE 372 TEST COMPLETE
372 373
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698