blob: 3e01e75e8852e3c04966cc5dafeaf2eab79fb216 [file] [log] [blame]
PASS e.style['translate'] = "100deg" should not set the property value
PASS e.style['translate'] = "100px 200px 300%" should not set the property value
PASS e.style['translate'] = "100px 200px calc(30px + 30%)" should not set the property value
PASS e.style['translate'] = "100px junk" should not set the property value
PASS e.style['translate'] = "100px 200px junk" should not set the property value
PASS e.style['translate'] = "100px 200px 300px junk" should not set the property value