Chromium Code Reviews
DescriptionFix a crash when pseudo elements are used for a shadow host
LayoutTreeBuilderTraversal should not pass a before/after pseudo element to
FlatTreeTraversal because FlatTreeTraversal can not handle it correctly.
Because there are still other clients which pass a pseudo element to
FlatTreTraversal, we can not update Node::canParticipateInFlatTree()'s condition,
which is used in FlatTreeTraversal::assertPreCondition(). That would be done as
another task.
BUG=637003
Committed: https://crrev.com/66b2cb7e218c15404eced5cab488718b3a0e537d
Cr-Commit-Position: refs/heads/master@{#413072}
Patch Set 1 #Patch Set 2 : Add a test #
Total comments: 2
Patch Set 3 : update #
Messages
Total messages: 26 (17 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||