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

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

Issue 159863002: Remove CSS regions support, keeping a bare minimum to support "region-based" multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 animation 7 animation
8 animationDelay 8 animationDelay
9 animationDirection 9 animationDirection
10 animationDuration 10 animationDuration
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 webkitColumnGap 308 webkitColumnGap
309 webkitColumnProgression 309 webkitColumnProgression
310 webkitColumnRule 310 webkitColumnRule
311 webkitColumnRuleColor 311 webkitColumnRuleColor
312 webkitColumnRuleStyle 312 webkitColumnRuleStyle
313 webkitColumnRuleWidth 313 webkitColumnRuleWidth
314 webkitColumnSpan 314 webkitColumnSpan
315 webkitColumnWidth 315 webkitColumnWidth
316 webkitColumns 316 webkitColumns
317 webkitFilter 317 webkitFilter
318 webkitFlowFrom
319 webkitFlowInto
320 webkitFontFeatureSettings 318 webkitFontFeatureSettings
321 webkitFontSizeDelta 319 webkitFontSizeDelta
322 webkitFontSmoothing 320 webkitFontSmoothing
323 webkitFontVariantLigatures 321 webkitFontVariantLigatures
324 webkitHighlight 322 webkitHighlight
325 webkitHyphenateCharacter 323 webkitHyphenateCharacter
326 webkitLineAlign 324 webkitLineAlign
327 webkitLineBoxContain 325 webkitLineBoxContain
328 webkitLineBreak 326 webkitLineBreak
329 webkitLineClamp 327 webkitLineClamp
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 webkitMinLogicalWidth 363 webkitMinLogicalWidth
366 webkitPaddingAfter 364 webkitPaddingAfter
367 webkitPaddingBefore 365 webkitPaddingBefore
368 webkitPaddingEnd 366 webkitPaddingEnd
369 webkitPaddingStart 367 webkitPaddingStart
370 webkitPerspective 368 webkitPerspective
371 webkitPerspectiveOrigin 369 webkitPerspectiveOrigin
372 webkitPerspectiveOriginX 370 webkitPerspectiveOriginX
373 webkitPerspectiveOriginY 371 webkitPerspectiveOriginY
374 webkitPrintColorAdjust 372 webkitPrintColorAdjust
375 webkitRegionBreakAfter
376 webkitRegionBreakBefore
377 webkitRegionBreakInside
378 webkitRegionFragment
379 webkitRtlOrdering 373 webkitRtlOrdering
380 webkitRubyPosition 374 webkitRubyPosition
381 webkitTapHighlightColor 375 webkitTapHighlightColor
382 webkitTextCombine 376 webkitTextCombine
383 webkitTextDecorationsInEffect 377 webkitTextDecorationsInEffect
384 webkitTextEmphasis 378 webkitTextEmphasis
385 webkitTextEmphasisColor 379 webkitTextEmphasisColor
386 webkitTextEmphasisPosition 380 webkitTextEmphasisPosition
387 webkitTextEmphasisStyle 381 webkitTextEmphasisStyle
388 webkitTextFillColor 382 webkitTextFillColor
(...skipping 25 matching lines...) Expand all
414 wordBreak 408 wordBreak
415 wordSpacing 409 wordSpacing
416 wordWrap 410 wordWrap
417 writingMode 411 writingMode
418 zIndex 412 zIndex
419 zoom 413 zoom
420 PASS successfullyParsed is true 414 PASS successfullyParsed is true
421 415
422 TEST COMPLETE 416 TEST COMPLETE
423 417
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698