Bug 802718 - Ensure internal widget state is restored after browser_minimize.js, to work around Unity bug on Ubuntu. r=gavin DONTBUILD

This commit is contained in:
Graeme McCutcheon 2012-10-18 12:23:30 +01:00
parent 775e317e62
commit 7076202fad

View File

@ -20,6 +20,10 @@ function waitForInactive() {
}
function test() {
registerCleanupFunction(function() {
window.restore();
});
waitForExplicitFinish();
is(gBrowser.docShell.isActive, true, "Docshell should be active");
window.minimize();