This test attempts to trigger a stack overflow in
AudioHandler::EnableOutputsIfNecessary.
We create a chain of GainNodes, disconnect the first connection to
disable the chain, and then reconnect it.
Reconnecting triggers the enabling of downstream nodes.
If the implementation is recursive, this will likely crash the tab due to
stack overflow.