ruffle/core/tests
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
..
swfs avm1: Allow XMLNode reparenting (closes #3962) 2021-04-11 14:16:48 -07:00
regression_tests.rs avm1: Allow XMLNode reparenting (closes #3962) 2021-04-11 14:16:48 -07:00