ruffle/core/tests/swfs
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
..
avm1 avm1: Allow XMLNode reparenting (closes #3962) 2021-04-11 14:16:48 -07:00
avm2 avm2: Ensure that objects are only *ever* constructed at frame construction time. 2021-04-09 22:24:22 -07:00