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

Side by Side Diff: LayoutTests/virtual/stable/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 background 7 background
8 backgroundAttachment 8 backgroundAttachment
9 backgroundBlendMode 9 backgroundBlendMode
10 backgroundClip 10 backgroundClip
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 webkitBoxDirection 254 webkitBoxDirection
255 webkitBoxFlex 255 webkitBoxFlex
256 webkitBoxFlexGroup 256 webkitBoxFlexGroup
257 webkitBoxLines 257 webkitBoxLines
258 webkitBoxOrdinalGroup 258 webkitBoxOrdinalGroup
259 webkitBoxOrient 259 webkitBoxOrient
260 webkitBoxPack 260 webkitBoxPack
261 webkitBoxReflect 261 webkitBoxReflect
262 webkitBoxShadow 262 webkitBoxShadow
263 webkitClipPath 263 webkitClipPath
264 webkitColumnAxis
265 webkitColumnBreakAfter 264 webkitColumnBreakAfter
266 webkitColumnBreakBefore 265 webkitColumnBreakBefore
267 webkitColumnBreakInside 266 webkitColumnBreakInside
268 webkitColumnCount 267 webkitColumnCount
269 webkitColumnGap 268 webkitColumnGap
270 webkitColumnProgression
271 webkitColumnRule 269 webkitColumnRule
272 webkitColumnRuleColor 270 webkitColumnRuleColor
273 webkitColumnRuleStyle 271 webkitColumnRuleStyle
274 webkitColumnRuleWidth 272 webkitColumnRuleWidth
275 webkitColumnSpan 273 webkitColumnSpan
276 webkitColumnWidth 274 webkitColumnWidth
277 webkitColumns 275 webkitColumns
278 webkitFilter 276 webkitFilter
279 webkitFontFeatureSettings 277 webkitFontFeatureSettings
280 webkitFontSizeDelta 278 webkitFontSizeDelta
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 wordBreak 361 wordBreak
364 wordSpacing 362 wordSpacing
365 wordWrap 363 wordWrap
366 writingMode 364 writingMode
367 zIndex 365 zIndex
368 zoom 366 zoom
369 PASS successfullyParsed is true 367 PASS successfullyParsed is true
370 368
371 TEST COMPLETE 369 TEST COMPLETE
372 370
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698