| OLD | NEW |
| 1 Test the parsing and the computed style values of the transitions properties. | 1 Test the parsing and the computed style values of the transitions properties. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Valid transition-property values. | 6 Valid transition-property values. |
| 7 PASS computedStyle.transitionProperty is 'all' | 7 PASS computedStyle.transitionProperty is 'all' |
| 8 PASS computedStyle.webkitTransitionProperty is 'all' | 8 PASS computedStyle.webkitTransitionProperty is 'all' |
| 9 PASS Object.keys(style).indexOf('transitionProperty') is not -1 |
| 10 PASS Object.keys(style).indexOf('webkitTransitionProperty') is not -1 |
| 9 PASS style.transitionProperty is 'none' | 11 PASS style.transitionProperty is 'none' |
| 10 PASS computedStyle.transitionProperty is 'none' | 12 PASS computedStyle.transitionProperty is 'none' |
| 11 PASS style.webkitTransitionProperty is 'none' | 13 PASS style.webkitTransitionProperty is 'none' |
| 12 PASS computedStyle.webkitTransitionProperty is 'none' | 14 PASS computedStyle.webkitTransitionProperty is 'none' |
| 13 PASS style.transitionProperty is 'all' | 15 PASS style.transitionProperty is 'all' |
| 14 PASS computedStyle.transitionProperty is 'all' | 16 PASS computedStyle.transitionProperty is 'all' |
| 15 PASS style.webkitTransitionProperty is 'all' | 17 PASS style.webkitTransitionProperty is 'all' |
| 16 PASS computedStyle.webkitTransitionProperty is 'all' | 18 PASS computedStyle.webkitTransitionProperty is 'all' |
| 17 PASS style.transitionProperty is 'background-position' | 19 PASS style.transitionProperty is 'background-position' |
| 18 PASS computedStyle.transitionProperty is 'background-position' | 20 PASS computedStyle.transitionProperty is 'background-position' |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 PASS computedStyle.transitionProperty is 'all' | 77 PASS computedStyle.transitionProperty is 'all' |
| 76 PASS style.webkitTransitionProperty is '' | 78 PASS style.webkitTransitionProperty is '' |
| 77 PASS computedStyle.webkitTransitionProperty is 'all' | 79 PASS computedStyle.webkitTransitionProperty is 'all' |
| 78 PASS style.transitionProperty is '' | 80 PASS style.transitionProperty is '' |
| 79 PASS computedStyle.transitionProperty is 'all' | 81 PASS computedStyle.transitionProperty is 'all' |
| 80 PASS style.webkitTransitionProperty is '' | 82 PASS style.webkitTransitionProperty is '' |
| 81 PASS computedStyle.webkitTransitionProperty is 'all' | 83 PASS computedStyle.webkitTransitionProperty is 'all' |
| 82 Valid transition-duration values. | 84 Valid transition-duration values. |
| 83 PASS computedStyle.transitionDuration is '0s' | 85 PASS computedStyle.transitionDuration is '0s' |
| 84 PASS computedStyle.webkitTransitionDuration is '0s' | 86 PASS computedStyle.webkitTransitionDuration is '0s' |
| 87 PASS Object.keys(style).indexOf('transitionDuration') is not -1 |
| 88 PASS Object.keys(style).indexOf('webkitTransitionDuration') is not -1 |
| 85 PASS style.transitionDuration is '0s' | 89 PASS style.transitionDuration is '0s' |
| 86 PASS computedStyle.transitionDuration is '0s' | 90 PASS computedStyle.transitionDuration is '0s' |
| 87 PASS style.webkitTransitionDuration is '0s' | 91 PASS style.webkitTransitionDuration is '0s' |
| 88 PASS computedStyle.webkitTransitionDuration is '0s' | 92 PASS computedStyle.webkitTransitionDuration is '0s' |
| 89 PASS style.transitionDuration is '5s' | 93 PASS style.transitionDuration is '5s' |
| 90 PASS computedStyle.transitionDuration is '5s' | 94 PASS computedStyle.transitionDuration is '5s' |
| 91 PASS style.webkitTransitionDuration is '5s' | 95 PASS style.webkitTransitionDuration is '5s' |
| 92 PASS computedStyle.webkitTransitionDuration is '5s' | 96 PASS computedStyle.webkitTransitionDuration is '5s' |
| 93 PASS style.transitionDuration is '10ms' | 97 PASS style.transitionDuration is '10ms' |
| 94 PASS computedStyle.transitionDuration is '0.01s' | 98 PASS computedStyle.transitionDuration is '0.01s' |
| (...skipping 28 matching lines...) Expand all Loading... |
| 123 PASS computedStyle.transitionDuration is '0s' | 127 PASS computedStyle.transitionDuration is '0s' |
| 124 PASS style.webkitTransitionDuration is '' | 128 PASS style.webkitTransitionDuration is '' |
| 125 PASS computedStyle.webkitTransitionDuration is '0s' | 129 PASS computedStyle.webkitTransitionDuration is '0s' |
| 126 PASS style.transitionDuration is '' | 130 PASS style.transitionDuration is '' |
| 127 PASS computedStyle.transitionDuration is '0s' | 131 PASS computedStyle.transitionDuration is '0s' |
| 128 PASS style.webkitTransitionDuration is '' | 132 PASS style.webkitTransitionDuration is '' |
| 129 PASS computedStyle.webkitTransitionDuration is '0s' | 133 PASS computedStyle.webkitTransitionDuration is '0s' |
| 130 Valid transition-timing-function values. | 134 Valid transition-timing-function values. |
| 131 PASS computedStyle.transitionTimingFunction is 'ease' | 135 PASS computedStyle.transitionTimingFunction is 'ease' |
| 132 PASS computedStyle.webkitTransitionTimingFunction is 'ease' | 136 PASS computedStyle.webkitTransitionTimingFunction is 'ease' |
| 137 PASS Object.keys(style).indexOf('transitionTimingFunction') is not -1 |
| 138 PASS Object.keys(style).indexOf('webkitTransitionTimingFunction') is not -1 |
| 133 PASS style.transitionTimingFunction is 'linear' | 139 PASS style.transitionTimingFunction is 'linear' |
| 134 PASS computedStyle.transitionTimingFunction is 'linear' | 140 PASS computedStyle.transitionTimingFunction is 'linear' |
| 135 PASS style.webkitTransitionTimingFunction is 'linear' | 141 PASS style.webkitTransitionTimingFunction is 'linear' |
| 136 PASS computedStyle.webkitTransitionTimingFunction is 'linear' | 142 PASS computedStyle.webkitTransitionTimingFunction is 'linear' |
| 137 PASS style.transitionTimingFunction is 'ease' | 143 PASS style.transitionTimingFunction is 'ease' |
| 138 PASS computedStyle.transitionTimingFunction is 'ease' | 144 PASS computedStyle.transitionTimingFunction is 'ease' |
| 139 PASS style.webkitTransitionTimingFunction is 'ease' | 145 PASS style.webkitTransitionTimingFunction is 'ease' |
| 140 PASS computedStyle.webkitTransitionTimingFunction is 'ease' | 146 PASS computedStyle.webkitTransitionTimingFunction is 'ease' |
| 141 PASS style.transitionTimingFunction is 'ease-in' | 147 PASS style.transitionTimingFunction is 'ease-in' |
| 142 PASS computedStyle.transitionTimingFunction is 'ease-in' | 148 PASS computedStyle.transitionTimingFunction is 'ease-in' |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 PASS computedStyle.transitionTimingFunction is 'ease' | 273 PASS computedStyle.transitionTimingFunction is 'ease' |
| 268 PASS style.webkitTransitionTimingFunction is '' | 274 PASS style.webkitTransitionTimingFunction is '' |
| 269 PASS computedStyle.webkitTransitionTimingFunction is 'ease' | 275 PASS computedStyle.webkitTransitionTimingFunction is 'ease' |
| 270 PASS style.transitionTimingFunction is '' | 276 PASS style.transitionTimingFunction is '' |
| 271 PASS computedStyle.transitionTimingFunction is 'ease' | 277 PASS computedStyle.transitionTimingFunction is 'ease' |
| 272 PASS style.webkitTransitionTimingFunction is '' | 278 PASS style.webkitTransitionTimingFunction is '' |
| 273 PASS computedStyle.webkitTransitionTimingFunction is 'ease' | 279 PASS computedStyle.webkitTransitionTimingFunction is 'ease' |
| 274 Valid transition-delay values. | 280 Valid transition-delay values. |
| 275 PASS computedStyle.transitionDelay is '0s' | 281 PASS computedStyle.transitionDelay is '0s' |
| 276 PASS computedStyle.webkitTransitionDelay is '0s' | 282 PASS computedStyle.webkitTransitionDelay is '0s' |
| 283 PASS Object.keys(style).indexOf('transitionDelay') is not -1 |
| 284 PASS Object.keys(style).indexOf('webkitTransitionDelay') is not -1 |
| 277 PASS style.transitionDelay is '0s' | 285 PASS style.transitionDelay is '0s' |
| 278 PASS computedStyle.transitionDelay is '0s' | 286 PASS computedStyle.transitionDelay is '0s' |
| 279 PASS style.webkitTransitionDelay is '0s' | 287 PASS style.webkitTransitionDelay is '0s' |
| 280 PASS computedStyle.webkitTransitionDelay is '0s' | 288 PASS computedStyle.webkitTransitionDelay is '0s' |
| 281 PASS style.transitionDelay is '5s' | 289 PASS style.transitionDelay is '5s' |
| 282 PASS computedStyle.transitionDelay is '5s' | 290 PASS computedStyle.transitionDelay is '5s' |
| 283 PASS style.webkitTransitionDelay is '5s' | 291 PASS style.webkitTransitionDelay is '5s' |
| 284 PASS computedStyle.webkitTransitionDelay is '5s' | 292 PASS computedStyle.webkitTransitionDelay is '5s' |
| 285 PASS style.transitionDelay is '10ms' | 293 PASS style.transitionDelay is '10ms' |
| 286 PASS computedStyle.transitionDelay is '0.01s' | 294 PASS computedStyle.transitionDelay is '0.01s' |
| (...skipping 28 matching lines...) Expand all Loading... |
| 315 PASS computedStyle.transitionDelay is '0s' | 323 PASS computedStyle.transitionDelay is '0s' |
| 316 PASS style.webkitTransitionDelay is '' | 324 PASS style.webkitTransitionDelay is '' |
| 317 PASS computedStyle.webkitTransitionDelay is '0s' | 325 PASS computedStyle.webkitTransitionDelay is '0s' |
| 318 PASS style.transitionDelay is '' | 326 PASS style.transitionDelay is '' |
| 319 PASS computedStyle.transitionDelay is '0s' | 327 PASS computedStyle.transitionDelay is '0s' |
| 320 PASS style.webkitTransitionDelay is '' | 328 PASS style.webkitTransitionDelay is '' |
| 321 PASS computedStyle.webkitTransitionDelay is '0s' | 329 PASS computedStyle.webkitTransitionDelay is '0s' |
| 322 Valid transition shorthand values. | 330 Valid transition shorthand values. |
| 323 PASS computedStyle.transition is 'all 0s ease 0s' | 331 PASS computedStyle.transition is 'all 0s ease 0s' |
| 324 PASS computedStyle.webkitTransition is 'all 0s ease 0s' | 332 PASS computedStyle.webkitTransition is 'all 0s ease 0s' |
| 333 PASS Object.keys(style).indexOf('transition') is not -1 |
| 334 PASS Object.keys(style).indexOf('webkitTransition') is not -1 |
| 325 PASS style.transition is 'none' | 335 PASS style.transition is 'none' |
| 326 PASS computedStyle.transition is 'none 0s ease 0s' | 336 PASS computedStyle.transition is 'none 0s ease 0s' |
| 327 PASS style.webkitTransition is 'none' | 337 PASS style.webkitTransition is 'none' |
| 328 PASS computedStyle.webkitTransition is 'none 0s ease 0s' | 338 PASS computedStyle.webkitTransition is 'none 0s ease 0s' |
| 329 PASS checkTransitionShorthandValue() is true | 339 PASS checkTransitionShorthandValue() is true |
| 330 PASS style.transition is 'none 20s' | 340 PASS style.transition is 'none 20s' |
| 331 PASS computedStyle.transition is 'none 20s ease 0s' | 341 PASS computedStyle.transition is 'none 20s ease 0s' |
| 332 PASS style.webkitTransition is 'none 20s' | 342 PASS style.webkitTransition is 'none 20s' |
| 333 PASS computedStyle.webkitTransition is 'none 20s ease 0s' | 343 PASS computedStyle.webkitTransition is 'none 20s ease 0s' |
| 334 PASS checkTransitionShorthandValue() is true | 344 PASS checkTransitionShorthandValue() is true |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 PASS style.webkitTransition is '' | 405 PASS style.webkitTransition is '' |
| 396 PASS computedStyle.webkitTransition is 'all 0s ease 0s' | 406 PASS computedStyle.webkitTransition is 'all 0s ease 0s' |
| 397 PASS style.transition is '' | 407 PASS style.transition is '' |
| 398 PASS computedStyle.transition is 'all 0s ease 0s' | 408 PASS computedStyle.transition is 'all 0s ease 0s' |
| 399 PASS style.webkitTransition is '' | 409 PASS style.webkitTransition is '' |
| 400 PASS computedStyle.webkitTransition is 'all 0s ease 0s' | 410 PASS computedStyle.webkitTransition is 'all 0s ease 0s' |
| 401 PASS successfullyParsed is true | 411 PASS successfullyParsed is true |
| 402 | 412 |
| 403 TEST COMPLETE | 413 TEST COMPLETE |
| 404 | 414 |
| OLD | NEW |