DescriptiongetClientRects() shouldn't clip against any ancestors.
Inside multicol we used to clip against the column box of each fragment. Since
fragments don't really exist in our implementation (we rather have this tall
flow thread which we slice into columns, when appropriate), we still need to
clip in the block direction, to properly fake the fragments.
Removed fragmentainerInFlowThread(), since it's no longer used. Added a
parameter to the clip rectangle calculation code, to be able to only limit the
clip rectangles in the block direction.
BUG=685927
Review-Url: https://codereview.chromium.org/2750153002
Cr-Commit-Position: refs/heads/master@{#458109}
Committed: https://chromium.googlesource.com/chromium/src/+/350e4e8fb42a8010e96506fc8bbcab6ca75b5639
Patch Set 1 #
Total comments: 2
Patch Set 2 : rebase master #Patch Set 3 : Document tests. Use width/height instead of right/bottom, since that's easier to follow. #
Messages
Total messages: 14 (8 generated)
|