DescriptionRelaxing the stop condition to search for a previous continuation chain.
containingBlockIgnoringAnonymous serves as a stop condition of tree visits
(previousInPreOrder). Before the patch, containingBlockIgnoringAnonymous was not
the root RenderObject of the previous continuation chain, and thus
the previous continuation was not cleared properly.
This patch relaxes the stop condition by using isAnonymous() instead of
isAnonymousBlock() so that the tree search can skip all anonymous wrappers
including RenderTableRow or RenderTableCell.
BUG=389285
TEST=unminimizable test from clusterfuzz
R=inferno@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177122
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|