| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 strokeMiterlimit | 225 strokeMiterlimit |
| 226 strokeOpacity | 226 strokeOpacity |
| 227 strokeWidth | 227 strokeWidth |
| 228 tabSize | 228 tabSize |
| 229 tableLayout | 229 tableLayout |
| 230 textAlign | 230 textAlign |
| 231 textAlignLast | 231 textAlignLast |
| 232 textAnchor | 232 textAnchor |
| 233 textCombineUpright | 233 textCombineUpright |
| 234 textDecoration | 234 textDecoration |
| 235 textDecorationColor |
| 236 textDecorationLine |
| 237 textDecorationSkip |
| 238 textDecorationStyle |
| 235 textIndent | 239 textIndent |
| 236 textOrientation | 240 textOrientation |
| 237 textOverflow | 241 textOverflow |
| 238 textRendering | 242 textRendering |
| 239 textShadow | 243 textShadow |
| 240 textSizeAdjust | 244 textSizeAdjust |
| 241 textTransform | 245 textTransform |
| 246 textUnderlinePosition |
| 242 top | 247 top |
| 243 touchAction | 248 touchAction |
| 244 transform | 249 transform |
| 245 transformOrigin | 250 transformOrigin |
| 246 transformStyle | 251 transformStyle |
| 247 transition | 252 transition |
| 248 transitionDelay | 253 transitionDelay |
| 249 transitionDuration | 254 transitionDuration |
| 250 transitionProperty | 255 transitionProperty |
| 251 transitionTimingFunction | 256 transitionTimingFunction |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 wordWrap | 374 wordWrap |
| 370 writingMode | 375 writingMode |
| 371 x | 376 x |
| 372 y | 377 y |
| 373 zIndex | 378 zIndex |
| 374 zoom | 379 zoom |
| 375 PASS successfullyParsed is true | 380 PASS successfullyParsed is true |
| 376 | 381 |
| 377 TEST COMPLETE | 382 TEST COMPLETE |
| 378 | 383 |
| OLD | NEW |