Preserve shape-box order in non-computed values
When a shape and box are supplied for a shape-property, the order they
are input should be preserved in output from the CSSOM. This patch parses
the shape and box values as a CSSValueList to preserve that ordering,
and removes the need for BasicShapes to have a sizing box.
BUG=
322165
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=168477