25 FAIL Property animation-delay value '1s' in ::marker assert_equals: expected "1s" but got "0s"
26 FAIL Property animation-direction value 'alternate' in ::marker assert_equals: expected "alternate" but got "normal"
27 FAIL Property animation-duration value '2s' in ::marker assert_equals: expected "2s" but got "0s"
28 FAIL Property animation-fill-mode value 'forwards' in ::marker assert_equals: expected "forwards" but got "none"
29 FAIL Property animation-iteration-count value 'infinite' in ::marker assert_equals: expected "infinite" but got "1"
30 FAIL Property animation-name value 'anim' in ::marker assert_equals: expected "anim" but got "none"
31 FAIL Property animation-play-state value 'paused' in ::marker assert_equals: expected "paused" but got "running"
32 FAIL Property animation-timing-function value 'linear' in ::marker assert_equals: expected "linear" but got "ease"
33 FAIL Property transition value 'display 1s linear 2s' in ::marker assert_equals: expected "display 1s linear 2s" but got "all 0s ease 0s"
34 FAIL Property transition-delay value '1s' in ::marker assert_equals: expected "1s" but got "0s"
35 FAIL Property transition-duration value '2s' in ::marker assert_equals: expected "2s" but got "0s"
36 FAIL Property transition-property value 'display' in ::marker assert_equals: expected "display" but got "all"
37 FAIL Property transition-timing-function value 'linear' in ::marker assert_equals: expected "linear" but got "ease"
25PASS Property animation-delay value '1s' in ::marker
26PASS Property animation-direction value 'alternate' in ::marker
27PASS Property animation-duration value '2s' in ::marker
28PASS Property animation-fill-mode value 'forwards' in ::marker
29PASS Property animation-iteration-count value 'infinite' in ::marker
30PASS Property animation-name value 'anim' in ::marker
31PASS Property animation-play-state value 'paused' in ::marker
32PASS Property animation-timing-function value 'linear' in ::marker
33PASS Property transition value 'display 1s linear 2s' in ::marker
34PASS Property transition-delay value '1s' in ::marker
35PASS Property transition-duration value '2s' in ::marker
36PASS Property transition-property value 'display' in ::marker
37PASS Property transition-timing-function value 'linear' in ::marker