blob: b67260f7bed77b56cbd98ec77ce944ebf7866fec [file] [log] [blame]
This is a testharness.js-based test.
PASS e.style['animation-name'] = "NONE" should set the property value
PASS e.style['animation-name'] = "foo" should set the property value
PASS e.style['animation-name'] = "Both" should set the property value
PASS e.style['animation-name'] = "ease-in" should set the property value
PASS e.style['animation-name'] = "infinite" should set the property value
PASS e.style['animation-name'] = "paused" should set the property value
PASS e.style['animation-name'] = "first, second, third" should set the property value
FAIL e.style['animation-name'] = "\"string\"" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['animation-name'] = "\"multi word string\"" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['animation-name'] = "\"initial\"" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['animation-name'] = "\"---\\22---\"" should set the property value assert_not_equals: property should be set got disallowed value ""
Harness: the test ran to completion.