blob: 514f9417eae69155420bd8fb0c206e0ab9b55e96 [file] [log] [blame]
This is a testharness.js-based test.
PASS test shorthand serialization {"alignContent":"center","shorthand":"center normal"}
PASS test shorthand serialization {"alignContent":"baseline safe right","shorthand":""}
PASS test shorthand serialization {"justifyContent":"safe start","shorthand":"normal safe start"}
PASS test shorthand serialization {"justifyContent":"unsafe start","shorthand":["normal unsafe start"]}
PASS test shorthand serialization {"justifyContent":"space-evenly start","shorthand":""}
PASS test shorthand serialization {"alignContent":"start","justifyContent":"end","shorthand":"start end"}
PASS test shorthand serialization {"alignItems":"center","shorthand":"center legacy"}
PASS test shorthand serialization {"alignItems":"baseline","shorthand":"baseline legacy"}
PASS test shorthand serialization {"justifyItems":"safe start","shorthand":"normal safe start"}
PASS test shorthand serialization {"justifyItems":"unsafe start","shorthand":["normal unsafe start"]}
PASS test shorthand serialization {"justifyItems":"stretch","shorthand":"normal stretch"}
PASS test shorthand serialization {"justifyItems":"left legacy","shorthand":"normal legacy left"}
PASS test shorthand serialization {"alignItems":"stretch","justifyItems":"end","shorthand":"stretch end"}
PASS test shorthand serialization {"alignSelf":"self-end safe","shorthand":""}
PASS test shorthand serialization {"justifySelf":"unsafe start","shorthand":["auto start","auto unsafe start"]}
PASS test shorthand serialization {"justifySelf":"last baseline start","shorthand":""}
FAIL test shorthand serialization {"alignSelf":"baseline","justifySelf":"last baseline","shorthand":"baseline last baseline"} assert_equals: expected "baseline last baseline" but got ""
Harness: the test ran to completion.