You don't need to attach the custom element. Defining the element inline or including it with <link rel="import" href="./simple-element.html"> is sufficient to cause the memory leak.

The more elements you define the worse gets the memory leak. For example my application has ~110 elements and I will loose ~30 MByte every refresh.