Fix LayoutBox::topLeftLocation for table rows and table cells
Previously we used containingBlock() as the default flipped blocks container in LayoutBox::topLeftLocation(). This was incorrect for table rows and table cells whose locations and topLeftLocations should be relative to the containing section. This fixes layout tests about table row/cells in vertical writing mode for slimmingPaintInvalidation. BUG=652392 Review-Url: https://codereview.chromium.org/2392503003 Cr-Commit-Position: refs/heads/master@{#422917}
Showing
Please register or sign in to comment