linear-timing-functions-syntax.html.ini (1615B)
1 [linear-timing-functions-syntax.html] 2 [e.style['animation-timing-function'\] = "linear(0, 1)" should set the property value] 3 expected: FAIL 4 5 [e.style['animation-timing-function'\] = "linear(-10, -5, 0, 5, 10)" should set the property value] 6 expected: FAIL 7 8 [e.style['animation-timing-function'\] = "linear(-10 -10%, -5 -5%, 0, 5, 10)" should set the property value] 9 expected: FAIL 10 11 [e.style['animation-timing-function'\] = "linear(0 calc(0%), 0 calc(100%))" should set the property value] 12 expected: FAIL 13 14 [e.style['animation-timing-function'\] = "linear(0 calc(50% - 50%), 0 calc(50% + 50%))" should set the property value] 15 expected: FAIL 16 17 [e.style['animation-timing-function'\] = "linear(0 calc(50%), 0 100%)" should set the property value] 18 expected: FAIL 19 20 [e.style['animation-timing-function'\] = "linear(0 0% 50%, 1 50% 100%)" should set the property value] 21 expected: FAIL 22 23 [e.style['animation-timing-function'\] = "linear(0, 0.5 25% 75%, 1 100% 100%)" should set the property value] 24 expected: FAIL 25 26 [e.style['animation-timing-function'\] = "linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 0.998, 1 100% 100%)" should set the property value] 27 expected: FAIL 28 29 [e.style['animation-timing-function'\] = "linear(0, 0 40%, 1, 0.5, 1)" should set the property value] 30 expected: FAIL 31 32 [e.style['animation-timing-function'\] = "linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 1.004, 0.998, 1 100% 100%)" should set the property value] 33 expected: FAIL 34 35 [Property animation-timing-function value 'linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 1.004, 0.998, 1 100% 100%)'] 36 expected: FAIL