DescriptionElements moved from a shadow root to a detached tree should clear their IsInShadowTree Flag
When an element is moved from a shadow root to a detached subtree we need to
clear down the IsInShadowTree flag on it if the subtree isn't also a shadow root.
This wasn't happening because the required call was optimized away - on the
assumption that elements in out-of-document subtrees didn't need it. I guess that
assumption pre-dated the addition of shadow-root logic to the function.
BUG=491844
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197817
Patch Set 1 #
Total comments: 1
Patch Set 2 : Updated #
Total comments: 1
Messages
Total messages: 9 (2 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||