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

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

Issue 2247773004: [WIP] CSS Motion Path: offset-anchor and offset-position Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: offsetAnchor 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 offsetAnchor
167 offsetDistance
168 offsetPath
169 offsetPosition
170 offsetRotation
168 opacity 171 opacity
169 order 172 order
170 orientation 173 orientation
171 orphans 174 orphans
172 outline 175 outline
173 outlineColor 176 outlineColor
174 outlineOffset 177 outlineOffset
175 outlineStyle 178 outlineStyle
176 outlineWidth 179 outlineWidth
177 overflow 180 overflow
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 wordWrap 366 wordWrap
364 writingMode 367 writingMode
365 x 368 x
366 y 369 y
367 zIndex 370 zIndex
368 zoom 371 zoom
369 PASS successfullyParsed is true 372 PASS successfullyParsed is true
370 373
371 TEST COMPLETE 374 TEST COMPLETE
372 375
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698