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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 bufferedRendering 72 bufferedRendering
73 captionSide 73 captionSide
74 clear 74 clear
75 clip 75 clip
76 clipPath 76 clipPath
77 clipRule 77 clipRule
78 color 78 color
79 colorInterpolation 79 colorInterpolation
80 colorInterpolationFilters 80 colorInterpolationFilters
81 colorRendering 81 colorRendering
82 columnCount
82 columnFill 83 columnFill
84 columnGap
85 columnRule
86 columnRuleColor
87 columnRuleStyle
88 columnRuleWidth
89 columnSpan
90 columnWidth
91 columns
83 content 92 content
84 counterIncrement 93 counterIncrement
85 counterReset 94 counterReset
86 cssFloat 95 cssFloat
87 cssText 96 cssText
88 cursor 97 cursor
89 cx 98 cx
90 cy 99 cy
91 direction 100 direction
92 display 101 display
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 webkitBoxFlexGroup 278 webkitBoxFlexGroup
270 webkitBoxLines 279 webkitBoxLines
271 webkitBoxOrdinalGroup 280 webkitBoxOrdinalGroup
272 webkitBoxOrient 281 webkitBoxOrient
273 webkitBoxPack 282 webkitBoxPack
274 webkitBoxReflect 283 webkitBoxReflect
275 webkitClipPath 284 webkitClipPath
276 webkitColumnBreakAfter 285 webkitColumnBreakAfter
277 webkitColumnBreakBefore 286 webkitColumnBreakBefore
278 webkitColumnBreakInside 287 webkitColumnBreakInside
279 webkitColumnCount
280 webkitColumnGap
281 webkitColumnRule
282 webkitColumnRuleColor
283 webkitColumnRuleStyle
284 webkitColumnRuleWidth
285 webkitColumnSpan
286 webkitColumnWidth
287 webkitColumns
288 webkitFilter 288 webkitFilter
289 webkitFontSizeDelta 289 webkitFontSizeDelta
290 webkitFontSmoothing 290 webkitFontSmoothing
291 webkitHighlight 291 webkitHighlight
292 webkitHyphenateCharacter 292 webkitHyphenateCharacter
293 webkitLineBreak 293 webkitLineBreak
294 webkitLineClamp 294 webkitLineClamp
295 webkitLocale 295 webkitLocale
296 webkitLogicalHeight 296 webkitLogicalHeight
297 webkitLogicalWidth 297 webkitLogicalWidth
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 wordWrap 364 wordWrap
365 writingMode 365 writingMode
366 x 366 x
367 y 367 y
368 zIndex 368 zIndex
369 zoom 369 zoom
370 PASS successfullyParsed is true 370 PASS successfullyParsed is true
371 371
372 TEST COMPLETE 372 TEST COMPLETE
373 373
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698