Description[CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset
This patch updates the computed position values used for blending to be a horizontal
left offset and a vertical top offset. When positions include a center, bottom, or
right position offset, it is converted to the appropriate top/left coordinate as
a calc expression. Serialized values still use the original bottom/right directions
when present, and also omit the top/left keywords where possible.
A test is added to shape-outside.html since it had no test for interpolation of extended positions.
Patch by Bear Travis.
BUG=308251
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168180
Patch Set 1 #Patch Set 2 : Try to fix tests #
Total comments: 5
Patch Set 3 : Fix comments #Patch Set 4 : Rebase against ToT #
Total comments: 1
Patch Set 5 : Add FAIL test for intermediate result #Messages
Total messages: 24 (0 generated)
|