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 | |
| 9 animationDelay | |
| 10 animationDirection | |
| 11 animationDuration | |
| 12 animationFillMode | |
| 13 animationIterationCount | |
| 14 animationName | |
| 15 animationPlayState | |
| 16 animationTimingFunction | |
| 8 backfaceVisibility | 17 backfaceVisibility |
| 9 background | 18 background |
| 10 backgroundAttachment | 19 backgroundAttachment |
| 11 backgroundBlendMode | 20 backgroundBlendMode |
| 12 backgroundClip | 21 backgroundClip |
| 13 backgroundColor | 22 backgroundColor |
| 14 backgroundImage | 23 backgroundImage |
| 15 backgroundOrigin | 24 backgroundOrigin |
| 16 backgroundPosition | 25 backgroundPosition |
| 17 backgroundPositionX | 26 backgroundPositionX |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 370 wordWrap | 379 wordWrap |
| 371 writingMode | 380 writingMode |
| 372 x | 381 x |
| 373 y | 382 y |
| 374 zIndex | 383 zIndex |
| 375 zoom | 384 zoom |
| 376 PASS successfullyParsed is true | 385 PASS successfullyParsed is true |
| 377 | 386 |
| 378 TEST COMPLETE | 387 TEST COMPLETE |
| 379 | 388 |
| OLD | NEW |