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

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

Issue 1148873005: Parsing CSS properties for scroll snap points (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comment Created 5 years, 6 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
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-listing-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 position 203 position
204 quotes 204 quotes
205 r 205 r
206 removeProperty 206 removeProperty
207 resize 207 resize
208 right 208 right
209 rx 209 rx
210 ry 210 ry
211 scrollBehavior 211 scrollBehavior
212 scrollBlocksOn 212 scrollBlocksOn
213 scrollSnapCoordinate
214 scrollSnapDestination
215 scrollSnapPointsX
216 scrollSnapPointsY
217 scrollSnapType
213 setProperty 218 setProperty
214 shapeImageThreshold 219 shapeImageThreshold
215 shapeMargin 220 shapeMargin
216 shapeOutside 221 shapeOutside
217 shapeRendering 222 shapeRendering
218 size 223 size
219 speak 224 speak
220 src 225 src
221 stopColor 226 stopColor
222 stopOpacity 227 stopOpacity
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 wordWrap 393 wordWrap
389 writingMode 394 writingMode
390 x 395 x
391 y 396 y
392 zIndex 397 zIndex
393 zoom 398 zoom
394 PASS successfullyParsed is true 399 PASS successfullyParsed is true
395 400
396 TEST COMPLETE 401 TEST COMPLETE
397 402
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-listing-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698