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

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

Issue 2352273002: CSS Motion Path: offset-anchor and offset-position (Closed)
Patch Set: rebase Created 4 years, 2 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 maxWidth 183 maxWidth
184 maxZoom 184 maxZoom
185 minHeight 185 minHeight
186 minWidth 186 minWidth
187 minZoom 187 minZoom
188 mixBlendMode 188 mixBlendMode
189 motion 189 motion
190 objectFit 190 objectFit
191 objectPosition 191 objectPosition
192 offset 192 offset
193 offsetAnchor
193 offsetDistance 194 offsetDistance
194 offsetPath 195 offsetPath
196 offsetPosition
195 offsetRotation 197 offsetRotation
196 opacity 198 opacity
197 order 199 order
198 orientation 200 orientation
199 orphans 201 orphans
200 outline 202 outline
201 outlineColor 203 outlineColor
202 outlineOffset 204 outlineOffset
203 outlineStyle 205 outlineStyle
204 outlineWidth 206 outlineWidth
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 wordWrap 408 wordWrap
407 writingMode 409 writingMode
408 x 410 x
409 y 411 y
410 zIndex 412 zIndex
411 zoom 413 zoom
412 PASS successfullyParsed is true 414 PASS successfullyParsed is true
413 415
414 TEST COMPLETE 416 TEST COMPLETE
415 417
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698