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

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

Issue 1710003002: Unprefix multicol properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 years, 10 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 all 7 all
8 animation 8 animation
9 animationDelay 9 animationDelay
10 animationDirection 10 animationDirection
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 bufferedRendering 73 bufferedRendering
74 captionSide 74 captionSide
75 clear 75 clear
76 clip 76 clip
77 clipPath 77 clipPath
78 clipRule 78 clipRule
79 color 79 color
80 colorInterpolation 80 colorInterpolation
81 colorInterpolationFilters 81 colorInterpolationFilters
82 colorRendering 82 colorRendering
83 columnCount
83 columnFill 84 columnFill
85 columnGap
86 columnRule
87 columnRuleColor
88 columnRuleStyle
89 columnRuleWidth
90 columnSpan
91 columnWidth
92 columns
84 contain 93 contain
85 content 94 content
86 counterIncrement 95 counterIncrement
87 counterReset 96 counterReset
88 cssFloat 97 cssFloat
89 cssText 98 cssText
90 cursor 99 cursor
91 cx 100 cx
92 cy 101 cy
93 d 102 d
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 webkitBoxFlexGroup 320 webkitBoxFlexGroup
312 webkitBoxLines 321 webkitBoxLines
313 webkitBoxOrdinalGroup 322 webkitBoxOrdinalGroup
314 webkitBoxOrient 323 webkitBoxOrient
315 webkitBoxPack 324 webkitBoxPack
316 webkitBoxReflect 325 webkitBoxReflect
317 webkitClipPath 326 webkitClipPath
318 webkitColumnBreakAfter 327 webkitColumnBreakAfter
319 webkitColumnBreakBefore 328 webkitColumnBreakBefore
320 webkitColumnBreakInside 329 webkitColumnBreakInside
321 webkitColumnCount
322 webkitColumnGap
323 webkitColumnRule
324 webkitColumnRuleColor
325 webkitColumnRuleStyle
326 webkitColumnRuleWidth
327 webkitColumnSpan
328 webkitColumnWidth
329 webkitColumns
330 webkitFilter 330 webkitFilter
331 webkitFontSizeDelta 331 webkitFontSizeDelta
332 webkitFontSmoothing 332 webkitFontSmoothing
333 webkitHighlight 333 webkitHighlight
334 webkitHyphenateCharacter 334 webkitHyphenateCharacter
335 webkitLineBreak 335 webkitLineBreak
336 webkitLineClamp 336 webkitLineClamp
337 webkitLocale 337 webkitLocale
338 webkitLogicalHeight 338 webkitLogicalHeight
339 webkitLogicalWidth 339 webkitLogicalWidth
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 wordWrap 406 wordWrap
407 writingMode 407 writingMode
408 x 408 x
409 y 409 y
410 zIndex 410 zIndex
411 zoom 411 zoom
412 PASS successfullyParsed is true 412 PASS successfullyParsed is true
413 413
414 TEST COMPLETE 414 TEST COMPLETE
415 415
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698