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

Side by Side Diff: third_party/WebKit/LayoutTests/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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 transformOrigin 282 transformOrigin
283 transformStyle 283 transformStyle
284 transition 284 transition
285 transitionDelay 285 transitionDelay
286 transitionDuration 286 transitionDuration
287 transitionProperty 287 transitionProperty
288 transitionTimingFunction 288 transitionTimingFunction
289 translate 289 translate
290 unicodeBidi 290 unicodeBidi
291 unicodeRange 291 unicodeRange
292 userSelect
292 userZoom 293 userZoom
293 vectorEffect 294 vectorEffect
294 verticalAlign 295 verticalAlign
295 visibility 296 visibility
296 webkitAppRegion 297 webkitAppRegion
297 webkitAppearance 298 webkitAppearance
298 webkitBackgroundClip 299 webkitBackgroundClip
299 webkitBackgroundOrigin 300 webkitBackgroundOrigin
300 webkitBorderAfter 301 webkitBorderAfter
301 webkitBorderAfterColor 302 webkitBorderAfterColor
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 webkitTextOrientation 391 webkitTextOrientation
391 webkitTextSecurity 392 webkitTextSecurity
392 webkitTextStroke 393 webkitTextStroke
393 webkitTextStrokeColor 394 webkitTextStrokeColor
394 webkitTextStrokeWidth 395 webkitTextStrokeWidth
395 webkitTransformOriginX 396 webkitTransformOriginX
396 webkitTransformOriginY 397 webkitTransformOriginY
397 webkitTransformOriginZ 398 webkitTransformOriginZ
398 webkitUserDrag 399 webkitUserDrag
399 webkitUserModify 400 webkitUserModify
400 webkitUserSelect
tkent 2016/08/17 08:59:42 This means this CL unships element.style.webkitUse
yosin_UTC9 2016/08/17 09:35:28 I seems we still have |webkitUserSelect| since fol
401 webkitWritingMode 401 webkitWritingMode
402 whiteSpace 402 whiteSpace
403 widows 403 widows
404 width 404 width
405 willChange 405 willChange
406 wordBreak 406 wordBreak
407 wordSpacing 407 wordSpacing
408 wordWrap 408 wordWrap
409 writingMode 409 writingMode
410 x 410 x
411 y 411 y
412 zIndex 412 zIndex
413 zoom 413 zoom
414 PASS successfullyParsed is true 414 PASS successfullyParsed is true
415 415
416 TEST COMPLETE 416 TEST COMPLETE
417 417
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698