blob: c82e43883bf3e1204bfbe1f08d2d57970e0c539e [file] [log] [blame]
Tests that reparenting media elements also reparents ActiveDOMObject.
Before Reparenting
PASS: internals.contextLifecycleStateObserverObjectCount(document) should be '0' and is.
PASS: internals.contextLifecycleStateObserverObjectCount(iframe) should be '1' and is.
After Reparenting
PASS: internals.contextLifecycleStateObserverObjectCount(document) should be '1' and is.
PASS: internals.contextLifecycleStateObserverObjectCount(iframe) should be '0' and is.