michael@0: function test() { michael@0: document.popupNode = document; michael@0: isnot(document.popupNode, null, "document.popupNode has been correctly set"); michael@0: }