bug 684230: remove progressListener at the end of test_bug434998.xul; r=ehsan

This commit is contained in:
arno renevier 2011-09-05 15:22:03 -04:00
parent 098fc289ac
commit b9bd12f40a

View File

@ -65,6 +65,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=434998
threw = true;
}
ok(!threw, "The execCommand API should work on <xul:editor>");
progress.removeProgressListener(progressListener, Components.interfaces.nsIWebProgress.NOTIFY_ALL);
SimpleTest.finish();
}
}