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

Side by Side Diff: LayoutTests/webexposed/css-properties-as-js-properties-expected.txt

Issue 18311002: Partial implementation of CSSVariablesMap for CSS Variables CSSOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto ToT, cleaned up includes Created 7 years, 5 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 | Annotate | Revision Log
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 background 7 background
8 backgroundAttachment 8 backgroundAttachment
9 backgroundBlendMode 9 backgroundBlendMode
10 backgroundClip 10 backgroundClip
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 top 213 top
214 touchAction 214 touchAction
215 transition 215 transition
216 transitionDelay 216 transitionDelay
217 transitionDuration 217 transitionDuration
218 transitionProperty 218 transitionProperty
219 transitionTimingFunction 219 transitionTimingFunction
220 unicodeBidi 220 unicodeBidi
221 unicodeRange 221 unicodeRange
222 userZoom 222 userZoom
223 var
223 vectorEffect 224 vectorEffect
224 verticalAlign 225 verticalAlign
225 visibility 226 visibility
226 webkitAnimation 227 webkitAnimation
227 webkitAnimationDelay 228 webkitAnimationDelay
228 webkitAnimationDirection 229 webkitAnimationDirection
229 webkitAnimationDuration 230 webkitAnimationDuration
230 webkitAnimationFillMode 231 webkitAnimationFillMode
231 webkitAnimationIterationCount 232 webkitAnimationIterationCount
232 webkitAnimationName 233 webkitAnimationName
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 whiteSpace 401 whiteSpace
401 widows 402 widows
402 width 403 width
403 wordBreak 404 wordBreak
404 wordSpacing 405 wordSpacing
405 wordWrap 406 wordWrap
406 writingMode 407 writingMode
407 zIndex 408 zIndex
408 zoom 409 zoom
409 410
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698