Bug 1066515 - Part 3: Finalize active inputmethod when mochitest finish. r=yxl

This commit is contained in:
Ting-Yu Chou 2014-10-09 11:05:51 +08:00
parent 8e4efad490
commit 1bcb665afc

View File

@ -31,5 +31,6 @@ function inputmethod_setup(callback) {
}
function inputmethod_cleanup() {
SpecialPowers.wrap(navigator.mozInputMethod).setActive(false);
SimpleTest.finish();
}