blob: efdb7b07eca2976690f16b1f20cb7a7fdfb40854 [file] [log] [blame]
PASS e.style['text-shadow'] = "auto" should not set the property value
PASS e.style['text-shadow'] = "10px 20px -30px" should not set the property value
PASS e.style['text-shadow'] = "10px" should not set the property value
PASS e.style['text-shadow'] = "10px 20px 30px 40px" should not set the property value
PASS e.style['text-shadow'] = "red 10px 20px blue" should not set the property value
PASS e.style['text-shadow'] = "10% 20px" should not set the property value
PASS e.style['text-shadow'] = "10px 20% 30px" should not set the property value
PASS e.style['text-shadow'] = "lime 10px 20px 30%" should not set the property value