resolved()
CSSPixels should not be wrapped into CSS::Length before being passed to resolved() to end up resolving percentages without losing precision. Fixes thrashing layout when 33.3333% width is used together with "box-sizing: border-box".
Move it out of ComputedValues.h into its own files, and take the transformation-to-matrix code from StackingContext.