Bug 741543 - Some scratchpad browser chrome tests pollute next ones.

r=robcee
This commit is contained in:
Marco Bonardo 2012-04-03 12:42:24 +02:00
parent a0062c6cca
commit 46cbefcc5f
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ function test()
testNew();
testSavedFile();
gBrowser.selectedTab = gBrowser.addTab();
content.location = "data:text/html,<p>test scratchpad save file prompt on closing";
}

View File

@ -24,6 +24,7 @@ function test()
testRestoreFromFileSaved();
testRestoreFromFileUnsaved();
gBrowser.selectedTab = gBrowser.addTab();
content.location = "data:text/html,<p>test star* UI for unsaved file changes";
}