Bug 538882 - plugin_focus_helper.html window not closed when running mochitest on Linux. r=roc

This commit is contained in:
Ms2ger 2010-01-21 13:17:43 +01:00
parent c5d2e640b0
commit fb74cd34c3

View File

@ -91,7 +91,7 @@ if (navigator.platform.indexOf("Mac") >= 0) {
SimpleTest.waitForFocus(doTest, window);
} else {
todo(false, "Platform not supported");
SimpleTest.finish();
done();
}
</script>