blob: a679d876f1ad188408517b6f6d4c65a8176eb546 [file] [log] [blame]
This is a testharness.js-based test.
PASS e.style['place-self'] = "auto auto" should set the property value
PASS e.style['place-self'] = "normal" should set the property value
PASS e.style['place-self'] = "stretch" should set the property value
PASS e.style['place-self'] = "first baseline" should set the property value
FAIL e.style['place-self'] = "last baseline last baseline" should set the property value assert_not_equals: property should be set got disallowed value ""
PASS e.style['place-self'] = "center center" should set the property value
PASS e.style['place-self'] = "start" should set the property value
PASS e.style['place-self'] = "self-start" should set the property value
PASS e.style['place-self'] = "flex-end" should set the property value
PASS e.style['place-self'] = "unsafe center" should set the property value
PASS e.style['place-self'] = "safe self-end safe self-end" should set the property value
FAIL e.style['place-self'] = "auto last baseline" should set the property value assert_not_equals: property should be set got disallowed value ""
PASS e.style['place-self'] = "baseline flex-end" should set the property value
PASS e.style['place-self'] = "unsafe center stretch" should set the property value
PASS e.style['place-self'] = "normal right" should set the property value
PASS e.style['place-self'] = "baseline unsafe left" should set the property value
Harness: the test ran to completion.