blob: cb57587a6cf6b4e66edd4353955c7da35ad985d9 [file] [log] [blame]
PASS e.style['text-underline-offset'] = "auto" should set the property value
PASS e.style['text-underline-offset'] = "-10px" should set the property value
PASS e.style['text-underline-offset'] = "2001em" should set the property value
PASS e.style['text-underline-offset'] = "-49em" should set the property value
PASS e.style['text-underline-offset'] = "53px" should set the property value
PASS e.style['text-underline-offset'] = "calc(40em - 10px)" should set the property value
PASS e.style['text-underline-offset'] = "calc(-13em + 50px)" should set the property value