diff -r 000000000000 -r 6474c204b198 dom/xbl/test/test_bug398135.xul --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/xbl/test/test_bug398135.xul Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,135 @@ + + + + + + + + + + + window.log += "ancestorConstructor:"; + + + window.log += "ancestorDestructor:"; + + "ancestorField" + + + + return "ancestorMethod"; + + + + + + + + window.log += "descendantConstructor:"; + + + window.log += "descendantDestructor:"; + + "descendantField" + + document.getAnonymousNodes(this)[0]; + + + + + return "descendantMethod"; + + + + + + + + + + + + + Mozilla Bug 398135 + + + + + + +