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

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

Issue 647723002: Remove -webkit-aspect-ratio. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Forgot to remove webkitAspectRatio from virtual/stable. :( Created 6 years, 2 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 backfaceVisibility 8 backfaceVisibility
9 background 9 background
10 backgroundAttachment 10 backgroundAttachment
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 webkitAnimationDelay 211 webkitAnimationDelay
212 webkitAnimationDirection 212 webkitAnimationDirection
213 webkitAnimationDuration 213 webkitAnimationDuration
214 webkitAnimationFillMode 214 webkitAnimationFillMode
215 webkitAnimationIterationCount 215 webkitAnimationIterationCount
216 webkitAnimationName 216 webkitAnimationName
217 webkitAnimationPlayState 217 webkitAnimationPlayState
218 webkitAnimationTimingFunction 218 webkitAnimationTimingFunction
219 webkitAppRegion 219 webkitAppRegion
220 webkitAppearance 220 webkitAppearance
221 webkitAspectRatio
222 webkitBackfaceVisibility 221 webkitBackfaceVisibility
223 webkitBackgroundClip 222 webkitBackgroundClip
224 webkitBackgroundComposite 223 webkitBackgroundComposite
225 webkitBackgroundOrigin 224 webkitBackgroundOrigin
226 webkitBackgroundSize 225 webkitBackgroundSize
227 webkitBorderAfter 226 webkitBorderAfter
228 webkitBorderAfterColor 227 webkitBorderAfterColor
229 webkitBorderAfterStyle 228 webkitBorderAfterStyle
230 webkitBorderAfterWidth 229 webkitBorderAfterWidth
231 webkitBorderBefore 230 webkitBorderBefore
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 wordBreak 356 wordBreak
358 wordSpacing 357 wordSpacing
359 wordWrap 358 wordWrap
360 writingMode 359 writingMode
361 zIndex 360 zIndex
362 zoom 361 zoom
363 PASS successfullyParsed is true 362 PASS successfullyParsed is true
364 363
365 TEST COMPLETE 364 TEST COMPLETE
366 365
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698