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