DescriptionFix NeedsFullRepaintForPositionedMovementLayout
The logic was just plain wrong: during a position movement layout,
we have to invalidate the old and new position as we are shifted.
The current code would generate incremental invalidation as it
fell down the wrong path.
Refactored the code to do what it's supposed to do and added
an invalidation test to cover a case where incremental
invalidation failed.
BUG=352050
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169505
Patch Set 1 #Patch Set 2 : Added some more rebaseline #
Messages
Total messages: 9 (0 generated)
|