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

Side by Side Diff: third_party/WebKit/LayoutTests/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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 maskSourceType 183 maskSourceType
184 maskType 184 maskType
185 maxHeight 185 maxHeight
186 maxWidth 186 maxWidth
187 maxZoom 187 maxZoom
188 minHeight 188 minHeight
189 minWidth 189 minWidth
190 minZoom 190 minZoom
191 mixBlendMode 191 mixBlendMode
192 motion 192 motion
193 motionOffset
194 motionPath
195 motionRotation
196 objectFit 193 objectFit
197 objectPosition 194 objectPosition
195 offset
196 offsetAnchor
197 offsetDistance
198 offsetPath
199 offsetPosition
200 offsetRotation
198 opacity 201 opacity
199 order 202 order
200 orientation 203 orientation
201 orphans 204 orphans
202 outline 205 outline
203 outlineColor 206 outlineColor
204 outlineOffset 207 outlineOffset
205 outlineStyle 208 outlineStyle
206 outlineWidth 209 outlineWidth
207 overflow 210 overflow
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 wordWrap 411 wordWrap
409 writingMode 412 writingMode
410 x 413 x
411 y 414 y
412 zIndex 415 zIndex
413 zoom 416 zoom
414 PASS successfullyParsed is true 417 PASS successfullyParsed is true
415 418
416 TEST COMPLETE 419 TEST COMPLETE
417 420
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698