blob: 42a8c97cd15206b9655dc4dca0f7cad2bc862ba3 [file] [log] [blame]
This tests ensures that an event listener on an attribute node inside a shadow DOM is properly unregistered when parent element of the attribute is moved to a new document.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 1
PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
PASS successfullyParsed is true
TEST COMPLETE