| OLD | NEW |
| 1 Test the parsing and the computed style values of the animations properties. | 1 Test the parsing and the computed style values of the animations 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 animation-name values. | 6 Valid animation-name values. |
| 7 PASS computedStyle.animationName is 'none' | 7 PASS computedStyle.animationName is 'none' |
| 8 PASS computedStyle.webkitAnimationName is 'none' | 8 PASS computedStyle.webkitAnimationName is 'none' |
| 9 PASS Object.keys(style).indexOf('animationName') is not -1 | 9 PASS Object.keys(style).indexOf('animationName') is not -1 |
| 10 PASS Object.keys(style).indexOf('webkitAnimationName') is -1 | 10 PASS Object.keys(style).indexOf('webkitAnimationName') is -1 |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 PASS style.webkitAnimation is '' | 691 PASS style.webkitAnimation is '' |
| 692 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' | 692 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 693 PASS style.animation is '' | 693 PASS style.animation is '' |
| 694 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' | 694 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' |
| 695 PASS style.webkitAnimation is '' | 695 PASS style.webkitAnimation is '' |
| 696 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' | 696 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 697 PASS style.animation is '' | 697 PASS style.animation is '' |
| 698 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' | 698 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' |
| 699 PASS style.webkitAnimation is '' | 699 PASS style.webkitAnimation is '' |
| 700 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' | 700 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 701 PASS style.animation is '' |
| 702 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' |
| 703 PASS style.webkitAnimation is '' |
| 704 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 705 PASS style.animation is '' |
| 706 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' |
| 707 PASS style.webkitAnimation is '' |
| 708 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 709 PASS style.animation is '' |
| 710 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' |
| 711 PASS style.webkitAnimation is '' |
| 712 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 713 PASS style.animation is '' |
| 714 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' |
| 715 PASS style.webkitAnimation is '' |
| 716 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 717 PASS style.animation is '' |
| 718 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' |
| 719 PASS style.webkitAnimation is '' |
| 720 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' |
| 701 PASS successfullyParsed is true | 721 PASS successfullyParsed is true |
| 702 | 722 |
| 703 TEST COMPLETE | 723 TEST COMPLETE |
| 704 | 724 |
| OLD | NEW |