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 | 9 PASS Object.keys(style).indexOf('transitionProperty') is not -1 |
10 PASS Object.keys(style).indexOf('webkitTransitionProperty') is not -1 | 10 PASS Object.keys(style).indexOf('webkitTransitionProperty') is not -1 |
(...skipping 26 matching lines...) Expand all Loading... | |
37 PASS style.webkitTransitionProperty is 'all, font-size, color' | 37 PASS style.webkitTransitionProperty is 'all, font-size, color' |
38 PASS computedStyle.webkitTransitionProperty is 'all, font-size, color' | 38 PASS computedStyle.webkitTransitionProperty is 'all, font-size, color' |
39 PASS style.transitionProperty is 'font-size, color, all' | 39 PASS style.transitionProperty is 'font-size, color, all' |
40 PASS computedStyle.transitionProperty is 'font-size, color, all' | 40 PASS computedStyle.transitionProperty is 'font-size, color, all' |
41 PASS style.webkitTransitionProperty is 'font-size, color, all' | 41 PASS style.webkitTransitionProperty is 'font-size, color, all' |
42 PASS computedStyle.webkitTransitionProperty is 'font-size, color, all' | 42 PASS computedStyle.webkitTransitionProperty is 'font-size, color, all' |
43 PASS style.transitionProperty is 'font-size, all, color' | 43 PASS style.transitionProperty is 'font-size, all, color' |
44 PASS computedStyle.transitionProperty is 'font-size, all, color' | 44 PASS computedStyle.transitionProperty is 'font-size, all, color' |
45 PASS style.webkitTransitionProperty is 'font-size, all, color' | 45 PASS style.webkitTransitionProperty is 'font-size, all, color' |
46 PASS computedStyle.webkitTransitionProperty is 'font-size, all, color' | 46 PASS computedStyle.webkitTransitionProperty is 'font-size, all, color' |
47 Unknown transition-property values. | |
48 PASS style.transitionProperty is 'solid, font-size' | |
49 PASS computedStyle.transitionProperty is 'solid, font-size' | |
50 PASS style.webkitTransitionProperty is 'solid, font-size' | |
51 PASS computedStyle.webkitTransitionProperty is 'solid, font-size' | |
52 PASS style.transitionProperty is 'solid, left' | |
53 PASS computedStyle.transitionProperty is 'solid, left' | |
54 PASS style.webkitTransitionProperty is 'solid, left' | |
55 PASS computedStyle.webkitTransitionProperty is 'solid, left' | |
56 PASS style.transitionProperty is 'solid' | |
57 PASS computedStyle.transitionProperty is 'solid' | |
58 PASS style.webkitTransitionProperty is 'solid' | |
59 PASS computedStyle.webkitTransitionProperty is 'solid' | |
47 Invalid transition-property values. | 60 Invalid transition-property values. |
48 PASS style.transitionProperty is '' | 61 PASS style.transitionProperty is '' |
49 PASS computedStyle.transitionProperty is 'all' | 62 PASS computedStyle.transitionProperty is 'all' |
50 PASS style.webkitTransitionProperty is '' | 63 PASS style.webkitTransitionProperty is '' |
51 PASS computedStyle.webkitTransitionProperty is 'all' | 64 PASS computedStyle.webkitTransitionProperty is 'all' |
52 PASS style.transitionProperty is '' | 65 PASS style.transitionProperty is '' |
53 PASS computedStyle.transitionProperty is 'all' | 66 PASS computedStyle.transitionProperty is 'all' |
54 PASS style.webkitTransitionProperty is '' | 67 PASS style.webkitTransitionProperty is '' |
55 PASS computedStyle.webkitTransitionProperty is 'all' | 68 PASS computedStyle.webkitTransitionProperty is 'all' |
56 PASS style.transitionProperty is '' | 69 PASS style.transitionProperty is '' |
(...skipping 21 matching lines...) Expand all Loading... | |
78 PASS style.webkitTransitionProperty is '' | 91 PASS style.webkitTransitionProperty is '' |
79 PASS computedStyle.webkitTransitionProperty is 'all' | 92 PASS computedStyle.webkitTransitionProperty is 'all' |
80 PASS style.transitionProperty is '' | 93 PASS style.transitionProperty is '' |
81 PASS computedStyle.transitionProperty is 'all' | 94 PASS computedStyle.transitionProperty is 'all' |
82 PASS style.webkitTransitionProperty is '' | 95 PASS style.webkitTransitionProperty is '' |
83 PASS computedStyle.webkitTransitionProperty is 'all' | 96 PASS computedStyle.webkitTransitionProperty is 'all' |
84 PASS style.transitionProperty is '' | 97 PASS style.transitionProperty is '' |
85 PASS computedStyle.transitionProperty is 'all' | 98 PASS computedStyle.transitionProperty is 'all' |
86 PASS style.webkitTransitionProperty is '' | 99 PASS style.webkitTransitionProperty is '' |
87 PASS computedStyle.webkitTransitionProperty is 'all' | 100 PASS computedStyle.webkitTransitionProperty is 'all' |
88 PASS style.transitionProperty is '' | |
89 PASS computedStyle.transitionProperty is 'all' | |
90 PASS style.webkitTransitionProperty is '' | |
91 PASS computedStyle.webkitTransitionProperty is 'all' | |
92 PASS style.transitionProperty is '' | |
93 PASS computedStyle.transitionProperty is 'all' | |
94 PASS style.webkitTransitionProperty is '' | |
95 PASS computedStyle.webkitTransitionProperty is 'all' | |
96 PASS style.transitionProperty is '' | |
97 PASS computedStyle.transitionProperty is 'all' | |
98 PASS style.webkitTransitionProperty is '' | |
99 PASS computedStyle.webkitTransitionProperty is 'all' | |
100 Valid transition-duration values. | 101 Valid transition-duration values. |
101 PASS computedStyle.transitionDuration is '0s' | 102 PASS computedStyle.transitionDuration is '0s' |
102 PASS computedStyle.webkitTransitionDuration is '0s' | 103 PASS computedStyle.webkitTransitionDuration is '0s' |
103 PASS Object.keys(style).indexOf('transitionDuration') is not -1 | 104 PASS Object.keys(style).indexOf('transitionDuration') is not -1 |
104 PASS Object.keys(style).indexOf('webkitTransitionDuration') is not -1 | 105 PASS Object.keys(style).indexOf('webkitTransitionDuration') is not -1 |
105 PASS style.transitionDuration is '0s' | 106 PASS style.transitionDuration is '0s' |
106 PASS computedStyle.transitionDuration is '0s' | 107 PASS computedStyle.transitionDuration is '0s' |
107 PASS style.webkitTransitionDuration is '0s' | 108 PASS style.webkitTransitionDuration is '0s' |
108 PASS computedStyle.webkitTransitionDuration is '0s' | 109 PASS computedStyle.webkitTransitionDuration is '0s' |
109 PASS style.transitionDuration is '5s' | 110 PASS style.transitionDuration is '5s' |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
455 PASS style.webkitTransition is '' | 456 PASS style.webkitTransition is '' |
456 PASS computedStyle.webkitTransition is 'all 0s ease 0s' | 457 PASS computedStyle.webkitTransition is 'all 0s ease 0s' |
457 PASS style.transition is '' | 458 PASS style.transition is '' |
458 PASS computedStyle.transition is 'all 0s ease 0s' | 459 PASS computedStyle.transition is 'all 0s ease 0s' |
459 PASS style.webkitTransition is '' | 460 PASS style.webkitTransition is '' |
460 PASS computedStyle.webkitTransition is 'all 0s ease 0s' | 461 PASS computedStyle.webkitTransition is 'all 0s ease 0s' |
461 PASS style.transition is '' | 462 PASS style.transition is '' |
462 PASS computedStyle.transition is 'all 0s ease 0s' | 463 PASS computedStyle.transition is 'all 0s ease 0s' |
463 PASS style.webkitTransition is '' | 464 PASS style.webkitTransition is '' |
464 PASS computedStyle.webkitTransition is 'all 0s ease 0s' | 465 PASS computedStyle.webkitTransition is 'all 0s ease 0s' |
465 PASS style.transition is '' | 466 Ambiguous shorthand values. |
466 PASS computedStyle.transition is 'all 0s ease 0s' | 467 FAIL style.transitionProperty should be all. Was initial. |
dstockwell
2014/05/29 22:01:00
is there a bug for this?
Timothy Loh
2014/06/19 03:21:08
Made a bug: crbug.com/386459
| |
467 PASS style.webkitTransition is '' | 468 PASS style.transitionTimingFunction is 'ease' |
468 PASS computedStyle.webkitTransition is 'all 0s ease 0s' | 469 PASS style.transitionProperty is 'ease-out' |
470 PASS style.transitionTimingFunction is 'ease-in' | |
471 PASS style.transitionDelay is '10s' | |
472 PASS style.transitionDuration is '20s' | |
473 PASS style.transitionDelay is '-10s' | |
474 PASS style.transitionDuration is '10s' | |
469 PASS successfullyParsed is true | 475 PASS successfullyParsed is true |
470 | 476 |
471 TEST COMPLETE | 477 TEST COMPLETE |
472 | 478 |
OLD | NEW |