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

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

Issue 223243002: Enable unprefixed CSS Transforms by default (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectations. Created 6 years, 8 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
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 backfaceVisibility
7 background 8 background
8 backgroundAttachment 9 backgroundAttachment
9 backgroundBlendMode 10 backgroundBlendMode
10 backgroundClip 11 backgroundClip
11 backgroundColor 12 backgroundColor
12 backgroundImage 13 backgroundImage
13 backgroundOrigin 14 backgroundOrigin
14 backgroundPosition 15 backgroundPosition
15 backgroundPositionX 16 backgroundPositionX
16 backgroundPositionY 17 backgroundPositionY
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 paddingBottom 151 paddingBottom
151 paddingLeft 152 paddingLeft
152 paddingRight 153 paddingRight
153 paddingTop 154 paddingTop
154 page 155 page
155 pageBreakAfter 156 pageBreakAfter
156 pageBreakBefore 157 pageBreakBefore
157 pageBreakInside 158 pageBreakInside
158 paintOrder 159 paintOrder
159 parentRule 160 parentRule
161 perspective
162 perspectiveOrigin
160 pointerEvents 163 pointerEvents
161 position 164 position
162 quotes 165 quotes
163 resize 166 resize
164 right 167 right
165 shapeRendering 168 shapeRendering
166 size 169 size
167 speak 170 speak
168 src 171 src
169 stopColor 172 stopColor
(...skipping 23 matching lines...) Expand all
193 textOverlineWidth 196 textOverlineWidth
194 textRendering 197 textRendering
195 textShadow 198 textShadow
196 textTransform 199 textTransform
197 textUnderlineColor 200 textUnderlineColor
198 textUnderlineMode 201 textUnderlineMode
199 textUnderlineStyle 202 textUnderlineStyle
200 textUnderlineWidth 203 textUnderlineWidth
201 top 204 top
202 touchAction 205 touchAction
206 transform
207 transformOrigin
208 transformStyle
203 transition 209 transition
204 transitionDelay 210 transitionDelay
205 transitionDuration 211 transitionDuration
206 transitionProperty 212 transitionProperty
207 transitionTimingFunction 213 transitionTimingFunction
208 unicodeBidi 214 unicodeBidi
209 unicodeRange 215 unicodeRange
210 userZoom 216 userZoom
211 vectorEffect 217 vectorEffect
212 verticalAlign 218 verticalAlign
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 wordBreak 367 wordBreak
362 wordSpacing 368 wordSpacing
363 wordWrap 369 wordWrap
364 writingMode 370 writingMode
365 zIndex 371 zIndex
366 zoom 372 zoom
367 PASS successfullyParsed is true 373 PASS successfullyParsed is true
368 374
369 TEST COMPLETE 375 TEST COMPLETE
370 376
OLDNEW
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698