blob: c9f4429cbda240679a413b64428c43ee7027c00f [file] [log] [blame]
PASS e.style['rotate'] = "100px" should not set the property value
PASS e.style['rotate'] = "100 400deg" should not set the property value
PASS e.style['rotate'] = "100 200 400deg" should not set the property value
PASS e.style['rotate'] = "100 200 300 500 400deg" should not set the property value
PASS e.style['rotate'] = "x y 45deg" should not set the property value
PASS e.style['rotate'] = "45deg x y" should not set the property value
PASS e.style['rotate'] = "z" should not set the property value
PASS e.style['rotate'] = "1 2" should not set the property value
PASS e.style['rotate'] = "1 2 3" should not set the property value