Externally Declared Global Variable Leak -- Test 3

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, but declares a global variable on the iframe Window. On each reload there should not be a memory increase.