PASS e.style['animation-iteration-count'] = "0" should set the property value | |
PASS e.style['animation-iteration-count'] = "3" should set the property value | |
PASS e.style['animation-iteration-count'] = "4.5" should set the property value | |
PASS e.style['animation-iteration-count'] = "infinite" should set the property value | |
PASS e.style['animation-iteration-count'] = "0, infinite, 3" should set the property value | |