blob: 4746a2c5fe0895671a1094b88cd244dc93063501 [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 start","normal unsafe start"]}
PASS test shorthand serialization {"justifyContent":"space-evenly start","shorthand":""}
PASS test shorthand serialization {"alignContent":"start","justifyContent":"end","shorthand":"start end"}
FAIL test shorthand serialization {"alignItems":"center","shorthand":"center auto"} assert_equals: expected "center auto" but got ""
FAIL test shorthand serialization {"alignItems":"baseline","shorthand":"baseline auto"} assert_equals: expected "baseline auto" but got ""
PASS test shorthand serialization {"justifyItems":"safe start","shorthand":"normal safe start"}
PASS test shorthand serialization {"justifyItems":"unsafe start","shorthand":["normal start","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":""}
PASS test shorthand serialization {"alignSelf":"baseline","justifySelf":"last baseline","shorthand":"baseline last baseline"}
Harness: the test ran to completion.