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

Side by Side Diff: third_party/WebKit/LayoutTests/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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 mask 157 mask
158 maskType 158 maskType
159 maxHeight 159 maxHeight
160 maxWidth 160 maxWidth
161 maxZoom 161 maxZoom
162 minHeight 162 minHeight
163 minWidth 163 minWidth
164 minZoom 164 minZoom
165 mixBlendMode 165 mixBlendMode
166 motion 166 motion
167 motionOffset
168 motionPath
169 motionRotation
170 objectFit 167 objectFit
171 objectPosition 168 objectPosition
169 offset
170 offsetAnchor
171 offsetDistance
172 offsetPath
173 offsetPosition
174 offsetRotation
172 opacity 175 opacity
173 order 176 order
174 orientation 177 orientation
175 orphans 178 orphans
176 outline 179 outline
177 outlineColor 180 outlineColor
178 outlineOffset 181 outlineOffset
179 outlineStyle 182 outlineStyle
180 outlineWidth 183 outlineWidth
181 overflow 184 overflow
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 wordWrap 370 wordWrap
368 writingMode 371 writingMode
369 x 372 x
370 y 373 y
371 zIndex 374 zIndex
372 zoom 375 zoom
373 PASS successfullyParsed is true 376 PASS successfullyParsed is true
374 377
375 TEST COMPLETE 378 TEST COMPLETE
376 379
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698