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

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

Issue 2246293003: Unprefix CSS user-select property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 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 all 7 all
8 animation 8 animation
9 animationDelay 9 animationDelay
10 animationDirection 10 animationDirection
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 transform 236 transform
237 transformOrigin 237 transformOrigin
238 transformStyle 238 transformStyle
239 transition 239 transition
240 transitionDelay 240 transitionDelay
241 transitionDuration 241 transitionDuration
242 transitionProperty 242 transitionProperty
243 transitionTimingFunction 243 transitionTimingFunction
244 unicodeBidi 244 unicodeBidi
245 unicodeRange 245 unicodeRange
246 userSelect
246 userZoom 247 userZoom
247 vectorEffect 248 vectorEffect
248 verticalAlign 249 verticalAlign
249 visibility 250 visibility
250 webkitAppRegion 251 webkitAppRegion
251 webkitAppearance 252 webkitAppearance
252 webkitBackgroundClip 253 webkitBackgroundClip
253 webkitBackgroundOrigin 254 webkitBackgroundOrigin
254 webkitBorderAfter 255 webkitBorderAfter
255 webkitBorderAfterColor 256 webkitBorderAfterColor
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 webkitTextOrientation 346 webkitTextOrientation
346 webkitTextSecurity 347 webkitTextSecurity
347 webkitTextStroke 348 webkitTextStroke
348 webkitTextStrokeColor 349 webkitTextStrokeColor
349 webkitTextStrokeWidth 350 webkitTextStrokeWidth
350 webkitTransformOriginX 351 webkitTransformOriginX
351 webkitTransformOriginY 352 webkitTransformOriginY
352 webkitTransformOriginZ 353 webkitTransformOriginZ
353 webkitUserDrag 354 webkitUserDrag
354 webkitUserModify 355 webkitUserModify
355 webkitUserSelect
356 webkitWritingMode 356 webkitWritingMode
357 whiteSpace 357 whiteSpace
358 widows 358 widows
359 width 359 width
360 willChange 360 willChange
361 wordBreak 361 wordBreak
362 wordSpacing 362 wordSpacing
363 wordWrap 363 wordWrap
364 writingMode 364 writingMode
365 x 365 x
366 y 366 y
367 zIndex 367 zIndex
368 zoom 368 zoom
369 PASS successfullyParsed is true 369 PASS successfullyParsed is true
370 370
371 TEST COMPLETE 371 TEST COMPLETE
372 372
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698