DescriptionCorrectly move script element to a detached document.
If a script element ends up being moved over to a new document's tree,
its script loader is re-associated with that document's script runner
if the load is still pending. That association of script runner and
loader needs to reflect document association of the element itself,
otherwise completion of script loading and any later movement of the
element to another document will go wrong.
R=marja,jochen
BUG=443115
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187458
Patch Set 1 #Patch Set 2 : add test #
Total comments: 4
Messages
Total messages: 17 (4 generated)
|