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

Side by Side Diff: third_party/WebKit/LayoutTests/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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 transform 241 transform
242 transformOrigin 242 transformOrigin
243 transformStyle 243 transformStyle
244 transition 244 transition
245 transitionDelay 245 transitionDelay
246 transitionDuration 246 transitionDuration
247 transitionProperty 247 transitionProperty
248 transitionTimingFunction 248 transitionTimingFunction
249 unicodeBidi 249 unicodeBidi
250 unicodeRange 250 unicodeRange
251 userSelect
251 userZoom 252 userZoom
252 vectorEffect 253 vectorEffect
253 verticalAlign 254 verticalAlign
254 visibility 255 visibility
255 webkitAppRegion 256 webkitAppRegion
256 webkitAppearance 257 webkitAppearance
257 webkitBackgroundClip 258 webkitBackgroundClip
258 webkitBackgroundOrigin 259 webkitBackgroundOrigin
259 webkitBorderAfter 260 webkitBorderAfter
260 webkitBorderAfterColor 261 webkitBorderAfterColor
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 webkitTextOrientation 350 webkitTextOrientation
350 webkitTextSecurity 351 webkitTextSecurity
351 webkitTextStroke 352 webkitTextStroke
352 webkitTextStrokeColor 353 webkitTextStrokeColor
353 webkitTextStrokeWidth 354 webkitTextStrokeWidth
354 webkitTransformOriginX 355 webkitTransformOriginX
355 webkitTransformOriginY 356 webkitTransformOriginY
356 webkitTransformOriginZ 357 webkitTransformOriginZ
357 webkitUserDrag 358 webkitUserDrag
358 webkitUserModify 359 webkitUserModify
359 webkitUserSelect
360 webkitWritingMode 360 webkitWritingMode
361 whiteSpace 361 whiteSpace
362 widows 362 widows
363 width 363 width
364 willChange 364 willChange
365 wordBreak 365 wordBreak
366 wordSpacing 366 wordSpacing
367 wordWrap 367 wordWrap
368 writingMode 368 writingMode
369 x 369 x
370 y 370 y
371 zIndex 371 zIndex
372 zoom 372 zoom
373 PASS successfullyParsed is true 373 PASS successfullyParsed is true
374 374
375 TEST COMPLETE 375 TEST COMPLETE
376 376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698