DescriptionUpdate an Element's ancestor chain at the end of its activation
In the course of the an Element being activated, there is a possiblity
of the Element loosing its renderer (display: none being set on :active).
At the end of the activation, the element and its ancestor chain need to
be updated, so that the styles get reapplied. The current code skips the
last part if the active element did not have a renderer.
BUG=139660
TEST=fast/css/clear-activechain-list.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177215
Patch Set 1 #Patch Set 2 : Updated Testexpectations #
Total comments: 6
Patch Set 3 : Review Comments #
Total comments: 3
Patch Set 4 #Patch Set 5 : Added test for Shadow DOM case #Patch Set 6 : rebasline #
Total comments: 1
Patch Set 7 : #Patch Set 8 : Fixed assert #
Messages
Total messages: 30 (0 generated)
|