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

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

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master (fixed the DOS-style line break issue there) Created 6 years, 9 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 animation 7 animation
8 animationDelay 8 animationDelay
9 animationDirection 9 animationDirection
10 animationDuration 10 animationDuration
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 webkitBoxDirection 300 webkitBoxDirection
301 webkitBoxFlex 301 webkitBoxFlex
302 webkitBoxFlexGroup 302 webkitBoxFlexGroup
303 webkitBoxLines 303 webkitBoxLines
304 webkitBoxOrdinalGroup 304 webkitBoxOrdinalGroup
305 webkitBoxOrient 305 webkitBoxOrient
306 webkitBoxPack 306 webkitBoxPack
307 webkitBoxReflect 307 webkitBoxReflect
308 webkitBoxShadow 308 webkitBoxShadow
309 webkitClipPath 309 webkitClipPath
310 webkitColumnAxis
311 webkitColumnBreakAfter 310 webkitColumnBreakAfter
312 webkitColumnBreakBefore 311 webkitColumnBreakBefore
313 webkitColumnBreakInside 312 webkitColumnBreakInside
314 webkitColumnCount 313 webkitColumnCount
315 webkitColumnGap 314 webkitColumnGap
316 webkitColumnProgression
317 webkitColumnRule 315 webkitColumnRule
318 webkitColumnRuleColor 316 webkitColumnRuleColor
319 webkitColumnRuleStyle 317 webkitColumnRuleStyle
320 webkitColumnRuleWidth 318 webkitColumnRuleWidth
321 webkitColumnSpan 319 webkitColumnSpan
322 webkitColumnWidth 320 webkitColumnWidth
323 webkitColumns 321 webkitColumns
324 webkitFilter 322 webkitFilter
325 webkitFontFeatureSettings 323 webkitFontFeatureSettings
326 webkitFontSizeDelta 324 webkitFontSizeDelta
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 wordBreak 410 wordBreak
413 wordSpacing 411 wordSpacing
414 wordWrap 412 wordWrap
415 writingMode 413 writingMode
416 zIndex 414 zIndex
417 zoom 415 zoom
418 PASS successfullyParsed is true 416 PASS successfullyParsed is true
419 417
420 TEST COMPLETE 418 TEST COMPLETE
421 419
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698