blob: d46ab425a66c2e46b18318ece27e4be9e9f6cf8a [file] [log] [blame]
PASS e.style['justify-self'] = "auto" should set the property value
PASS e.style['justify-self'] = "normal" should set the property value
PASS e.style['justify-self'] = "stretch" should set the property value
PASS e.style['justify-self'] = "baseline" should set the property value
PASS e.style['justify-self'] = "first baseline" should set the property value
PASS e.style['justify-self'] = "last baseline" should set the property value
PASS e.style['justify-self'] = "center" should set the property value
PASS e.style['justify-self'] = "start" should set the property value
PASS e.style['justify-self'] = "end" should set the property value
PASS e.style['justify-self'] = "self-start" should set the property value
PASS e.style['justify-self'] = "self-end" should set the property value
PASS e.style['justify-self'] = "flex-start" should set the property value
PASS e.style['justify-self'] = "flex-end" should set the property value
PASS e.style['justify-self'] = "unsafe center" should set the property value
PASS e.style['justify-self'] = "safe self-end" should set the property value
PASS e.style['justify-self'] = "left" should set the property value
PASS e.style['justify-self'] = "unsafe right" should set the property value