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

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: 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 webkitBoxDirection 294 webkitBoxDirection
295 webkitBoxFlex 295 webkitBoxFlex
296 webkitBoxFlexGroup 296 webkitBoxFlexGroup
297 webkitBoxLines 297 webkitBoxLines
298 webkitBoxOrdinalGroup 298 webkitBoxOrdinalGroup
299 webkitBoxOrient 299 webkitBoxOrient
300 webkitBoxPack 300 webkitBoxPack
301 webkitBoxReflect 301 webkitBoxReflect
302 webkitBoxShadow 302 webkitBoxShadow
303 webkitClipPath 303 webkitClipPath
304 webkitColumnAxis
305 webkitColumnBreakAfter 304 webkitColumnBreakAfter
306 webkitColumnBreakBefore 305 webkitColumnBreakBefore
307 webkitColumnBreakInside 306 webkitColumnBreakInside
308 webkitColumnCount 307 webkitColumnCount
309 webkitColumnGap 308 webkitColumnGap
310 webkitColumnProgression
311 webkitColumnRule 309 webkitColumnRule
312 webkitColumnRuleColor 310 webkitColumnRuleColor
313 webkitColumnRuleStyle 311 webkitColumnRuleStyle
314 webkitColumnRuleWidth 312 webkitColumnRuleWidth
315 webkitColumnSpan 313 webkitColumnSpan
316 webkitColumnWidth 314 webkitColumnWidth
317 webkitColumns 315 webkitColumns
318 webkitFilter 316 webkitFilter
319 webkitFontFeatureSettings 317 webkitFontFeatureSettings
320 webkitFontSizeDelta 318 webkitFontSizeDelta
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 wordBreak 404 wordBreak
407 wordSpacing 405 wordSpacing
408 wordWrap 406 wordWrap
409 writingMode 407 writingMode
410 zIndex 408 zIndex
411 zoom 409 zoom
412 PASS successfullyParsed is true 410 PASS successfullyParsed is true
413 411
414 TEST COMPLETE 412 TEST COMPLETE
415 413
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698