blob: 9a88f68107c1ef1c388489b0d6036f85ff063d0c [file] [log] [blame]
PASS e.style['place-content'] = "normal" should set align-content
PASS e.style['place-content'] = "normal" should set justify-content
PASS e.style['place-content'] = "normal" should not set unrelated longhands
FAIL e.style['place-content'] = "first baseline" should set align-content assert_equals: align-content should be canonical expected "baseline" but got ""
FAIL e.style['place-content'] = "first baseline" should set justify-content assert_equals: justify-content should be canonical expected "start" but got ""
FAIL e.style['place-content'] = "first baseline" should not set unrelated longhands assert_true: expected true got false
PASS e.style['place-content'] = "last baseline flex-start" should set align-content
PASS e.style['place-content'] = "last baseline flex-start" should set justify-content
PASS e.style['place-content'] = "last baseline flex-start" should not set unrelated longhands
PASS e.style['place-content'] = "space-around" should set align-content
PASS e.style['place-content'] = "space-around" should set justify-content
PASS e.style['place-content'] = "space-around" should not set unrelated longhands
PASS e.style['place-content'] = "space-evenly unsafe end" should set align-content
PASS e.style['place-content'] = "space-evenly unsafe end" should set justify-content
PASS e.style['place-content'] = "space-evenly unsafe end" should not set unrelated longhands