blob: 8c61b1c16689658b6e6d56496e5c7307cdff8844 [file] [log] [blame]
PASS e.style['align-items'] = "normal" should set the property value
PASS e.style['align-items'] = "stretch" should set the property value
PASS e.style['align-items'] = "baseline" should set the property value
PASS e.style['align-items'] = "first baseline" should set the property value
PASS e.style['align-items'] = "last baseline" should set the property value
PASS e.style['align-items'] = "center" should set the property value
PASS e.style['align-items'] = "start" should set the property value
PASS e.style['align-items'] = "end" should set the property value
PASS e.style['align-items'] = "self-start" should set the property value
PASS e.style['align-items'] = "self-end" should set the property value
PASS e.style['align-items'] = "flex-start" should set the property value
PASS e.style['align-items'] = "flex-end" should set the property value
PASS e.style['align-items'] = "unsafe center" should set the property value
PASS e.style['align-items'] = "safe self-end" should set the property value