blob: f4970f2a022363c0d860f2a031fda66f8d3fa36b [file] [log] [blame]
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":""}
PASS test shorthand serialization {"alignSelf":"baseline","justifySelf":"last baseline","shorthand":"baseline last baseline"}