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

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

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops, sorry! Forgot to update UseCounter.cpp Created 7 years, 4 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 markerStart 136 markerStart
137 mask 137 mask
138 maskType 138 maskType
139 maxHeight 139 maxHeight
140 maxWidth 140 maxWidth
141 maxZoom 141 maxZoom
142 minHeight 142 minHeight
143 minWidth 143 minWidth
144 minZoom 144 minZoom
145 mixBlendMode 145 mixBlendMode
146 objectFit
146 opacity 147 opacity
147 order 148 order
148 orientation 149 orientation
149 orphans 150 orphans
150 outline 151 outline
151 outlineColor 152 outlineColor
152 outlineOffset 153 outlineOffset
153 outlineStyle 154 outlineStyle
154 outlineWidth 155 outlineWidth
155 overflow 156 overflow
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 whiteSpace 398 whiteSpace
398 widows 399 widows
399 width 400 width
400 wordBreak 401 wordBreak
401 wordSpacing 402 wordSpacing
402 wordWrap 403 wordWrap
403 writingMode 404 writingMode
404 zIndex 405 zIndex
405 zoom 406 zoom
406 407
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698