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