Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 |
| OLD | NEW |