IE has a nasty bug where circular references between different Window objects leak global variables in these Window objects, if these variables are declared from one of the referenced Window objects on the other. See also this article.
This test creates a leak as described above. On each reload there should be a memory increase.