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

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

Issue 723373006: Add CSS parsing support for the scroll-blocks-on property (in place of touch-action-delay) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Apply CR feedback Created 6 years, 1 month 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 all 7 all
8 animation 8 animation
9 animationDelay 9 animationDelay
10 animationDirection 10 animationDirection
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 paintOrder 188 paintOrder
189 parentRule 189 parentRule
190 perspective 190 perspective
191 perspectiveOrigin 191 perspectiveOrigin
192 pointerEvents 192 pointerEvents
193 position 193 position
194 quotes 194 quotes
195 resize 195 resize
196 right 196 right
197 scrollBehavior 197 scrollBehavior
198 scrollBlocksOn
198 shapeImageThreshold 199 shapeImageThreshold
199 shapeMargin 200 shapeMargin
200 shapeOutside 201 shapeOutside
201 shapeRendering 202 shapeRendering
202 size 203 size
203 speak 204 speak
204 src 205 src
205 stopColor 206 stopColor
206 stopOpacity 207 stopOpacity
207 stroke 208 stroke
(...skipping 15 matching lines...) Expand all
223 textDecorationStyle 224 textDecorationStyle
224 textIndent 225 textIndent
225 textJustify 226 textJustify
226 textOverflow 227 textOverflow
227 textRendering 228 textRendering
228 textShadow 229 textShadow
229 textTransform 230 textTransform
230 textUnderlinePosition 231 textUnderlinePosition
231 top 232 top
232 touchAction 233 touchAction
233 touchActionDelay
234 transform 234 transform
235 transformOrigin 235 transformOrigin
236 transformStyle 236 transformStyle
237 transition 237 transition
238 transitionDelay 238 transitionDelay
239 transitionDuration 239 transitionDuration
240 transitionProperty 240 transitionProperty
241 transitionTimingFunction 241 transitionTimingFunction
242 unicodeBidi 242 unicodeBidi
243 unicodeRange 243 unicodeRange
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 wordBreak 394 wordBreak
395 wordSpacing 395 wordSpacing
396 wordWrap 396 wordWrap
397 writingMode 397 writingMode
398 zIndex 398 zIndex
399 zoom 399 zoom
400 PASS successfullyParsed is true 400 PASS successfullyParsed is true
401 401
402 TEST COMPLETE 402 TEST COMPLETE
403 403
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/touch-action-delay-parsing-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698