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

Side by Side Diff: LayoutTests/platform/android/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 backgroundClip 9 backgroundClip
10 backgroundColor 10 backgroundColor
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 webkitBoxDirection 251 webkitBoxDirection
252 webkitBoxFlex 252 webkitBoxFlex
253 webkitBoxFlexGroup 253 webkitBoxFlexGroup
254 webkitBoxLines 254 webkitBoxLines
255 webkitBoxOrdinalGroup 255 webkitBoxOrdinalGroup
256 webkitBoxOrient 256 webkitBoxOrient
257 webkitBoxPack 257 webkitBoxPack
258 webkitBoxReflect 258 webkitBoxReflect
259 webkitBoxShadow 259 webkitBoxShadow
260 webkitClipPath 260 webkitClipPath
261 webkitColumnAxis
262 webkitColumnBreakAfter 261 webkitColumnBreakAfter
263 webkitColumnBreakBefore 262 webkitColumnBreakBefore
264 webkitColumnBreakInside 263 webkitColumnBreakInside
265 webkitColumnCount 264 webkitColumnCount
266 webkitColumnGap 265 webkitColumnGap
267 webkitColumnProgression 266 webkitColumnProgression
268 webkitColumnRule 267 webkitColumnRule
269 webkitColumnRuleColor 268 webkitColumnRuleColor
270 webkitColumnRuleStyle 269 webkitColumnRuleStyle
271 webkitColumnRuleWidth 270 webkitColumnRuleWidth
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 wordBreak 362 wordBreak
364 wordSpacing 363 wordSpacing
365 wordWrap 364 wordWrap
366 writingMode 365 writingMode
367 zIndex 366 zIndex
368 zoom 367 zoom
369 PASS successfullyParsed is true 368 PASS successfullyParsed is true
370 369
371 TEST COMPLETE 370 TEST COMPLETE
372 371
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698