ruffle/core/tests/swfs/avm1/xml_reparenting
Moulins ae1a01d181 avm1: Allow XMLNode reparenting (closes #3962)
`XMLNode.{appendChild, insertNode}` can now be used to move
child nodes from a parent to another.

There are two special cases:
  - if the node is already a child of the destination, nothing happens
  - if moving the node would create a cycle, nothing happens
2021-04-11 14:16:48 -07:00
..
Test.as avm1: Allow XMLNode reparenting (closes #3962) 2021-04-11 14:16:48 -07:00
output.txt avm1: Allow XMLNode reparenting (closes #3962) 2021-04-11 14:16:48 -07:00
test.swf avm1: Allow XMLNode reparenting (closes #3962) 2021-04-11 14:16:48 -07:00