DOM Reparent Tests

A collection of tests to investigate what happens to dom nodes when you move them from one parent to another in different ways

View on GitHub

DOM Reparent Tests

This is a collection of dom node reparenting tests. The intent is to test out exactly what state is lost by different dom nodes when you move them from one parent to another and how this differs when you detach the node with removeChild first or hold it detached for a tick.