Should properties serialize the default values? Right now Blink and WebKit do so, which I think it's a bug.
In particular:
align-items: unsafe start;
Serializes in Blink as unsafe start, and only start in FF. I think the computed value should serialize to the shortest form possible.
This is annoying because it causes a lot of WPT failures on Gecko.