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

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

Issue 16646002: Move the CSS Device Adaptation @viewport rule support behind a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 7 years, 6 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 | Annotate | Revision Log
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 alignmentBaseline 3 alignmentBaseline
4 background 4 background
5 backgroundAttachment 5 backgroundAttachment
6 backgroundBlendMode 6 backgroundBlendMode
7 backgroundClip 7 backgroundClip
8 backgroundColor 8 backgroundColor
9 backgroundImage 9 backgroundImage
10 backgroundOrigin 10 backgroundOrigin
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 marginRight 119 marginRight
120 marginTop 120 marginTop
121 marker 121 marker
122 markerEnd 122 markerEnd
123 markerMid 123 markerMid
124 markerStart 124 markerStart
125 mask 125 mask
126 maskType 126 maskType
127 maxHeight 127 maxHeight
128 maxWidth 128 maxWidth
129 maxZoom
129 minHeight 130 minHeight
130 minWidth 131 minWidth
132 minZoom
131 mixBlendMode 133 mixBlendMode
132 opacity 134 opacity
135 orientation
133 orphans 136 orphans
134 outline 137 outline
135 outlineColor 138 outlineColor
136 outlineOffset 139 outlineOffset
137 outlineStyle 140 outlineStyle
138 outlineWidth 141 outlineWidth
139 overflow 142 overflow
140 overflowWrap 143 overflowWrap
141 overflowX 144 overflowX
142 overflowY 145 overflowY
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 textUnderlineWidth 199 textUnderlineWidth
197 top 200 top
198 touchAction 201 touchAction
199 transition 202 transition
200 transitionDelay 203 transitionDelay
201 transitionDuration 204 transitionDuration
202 transitionProperty 205 transitionProperty
203 transitionTimingFunction 206 transitionTimingFunction
204 unicodeBidi 207 unicodeBidi
205 unicodeRange 208 unicodeRange
209 userZoom
206 vectorEffect 210 vectorEffect
207 verticalAlign 211 verticalAlign
208 visibility 212 visibility
209 webkitAlignContent 213 webkitAlignContent
210 webkitAlignItems 214 webkitAlignItems
211 webkitAlignSelf 215 webkitAlignSelf
212 webkitAnimation 216 webkitAnimation
213 webkitAnimationDelay 217 webkitAnimationDelay
214 webkitAnimationDirection 218 webkitAnimationDirection
215 webkitAnimationDuration 219 webkitAnimationDuration
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 whiteSpace 399 whiteSpace
396 widows 400 widows
397 width 401 width
398 wordBreak 402 wordBreak
399 wordSpacing 403 wordSpacing
400 wordWrap 404 wordWrap
401 writingMode 405 writingMode
402 zIndex 406 zIndex
403 zoom 407 zoom
404 408
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698