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

Side by Side Diff: LayoutTests/platform/android/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 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 309 webkitColumnProgression
311 webkitColumnRule 310 webkitColumnRule
312 webkitColumnRuleColor 311 webkitColumnRuleColor
313 webkitColumnRuleStyle 312 webkitColumnRuleStyle
314 webkitColumnRuleWidth 313 webkitColumnRuleWidth
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 wordBreak 407 wordBreak
409 wordSpacing 408 wordSpacing
410 wordWrap 409 wordWrap
411 writingMode 410 writingMode
412 zIndex 411 zIndex
413 zoom 412 zoom
414 PASS successfullyParsed is true 413 PASS successfullyParsed is true
415 414
416 TEST COMPLETE 415 TEST COMPLETE
417 416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698