| OLD | NEW |
| 1 Tests Removing inline style for transition, animation and transform origin | 1 Tests Removing inline style for transition, animation and transform origin |
| 2 https://bugs.webkit.org/show_bug.cgi?id=22605 | 2 https://bugs.webkit.org/show_bug.cgi?id=22605 |
| 3 | 3 |
| 4 All "after" results should be null/empty | 4 All "after" results should be null/empty |
| 5 | 5 |
| 6 transition (before): all 1s ease, left 3s cubic-bezier(0.2, 0.3, 0.6, 0.8) 2s | 6 transition (before): all 1s ease, left 3s cubic-bezier(0.2, 0.3, 0.6, 0.8) 2s |
| 7 transition property (before): all, left | 7 transition property (before): all, left |
| 8 transition duration (before): 1s, 3s | 8 transition duration (before): 1s, 3s |
| 9 transition timing function (before): ease, cubic-bezier(0.2, 0.3, 0.6, 0.8) | 9 transition timing function (before): ease, cubic-bezier(0.2, 0.3, 0.6, 0.8) |
| 10 transition (after): | 10 transition (after): |
| 11 transition property (after): | 11 transition property (after): |
| 12 transition duration (after): | 12 transition duration (after): |
| 13 transition timing function (after): | 13 transition timing function (after): |
| 14 | 14 |
| 15 transform origin (before): 0% 30% | 15 transform origin (before): left 30% 0px |
| 16 transform origin X (before): 0% | 16 transform origin X (before): |
| 17 transform origin Y (before): 30% | 17 transform origin Y (before): |
| 18 transform origin (after): | 18 transform origin (after): |
| 19 transform origin X (after): | 19 transform origin X (after): |
| 20 transform origin Y (after): | 20 transform origin Y (after): |
| 21 | 21 |
| 22 animation (before): test 5s ease-in-out infinite alternate | 22 animation (before): test 5s ease-in-out infinite alternate |
| 23 animation name (before): test | 23 animation name (before): test |
| 24 animation duration (before): 5s | 24 animation duration (before): 5s |
| 25 animation timing function (before): ease-in-out | 25 animation timing function (before): ease-in-out |
| 26 animation direction (before): alternate | 26 animation direction (before): alternate |
| 27 animation iteration count (before): infinite | 27 animation iteration count (before): infinite |
| 28 animation (after): | 28 animation (after): |
| 29 animation name (after): | 29 animation name (after): |
| 30 animation duration (after): | 30 animation duration (after): |
| 31 animation timing function (after): | 31 animation timing function (after): |
| 32 animation direction (after): | 32 animation direction (after): |
| 33 animation iteration count (after): | 33 animation iteration count (after): |
| 34 | 34 |
| 35 | 35 |
| OLD | NEW |