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