blob: 9cdc2d7edfd24fda87cd2adb0a025fcbac950a7b [file] [log] [blame]
PASS e.style['text-underline-offset'] = "auto" should set the property value
FAIL e.style['text-underline-offset'] = "from-font" should set the property value assert_not_equals: property should be set got disallowed 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