mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 741543 - Some scratchpad browser chrome tests pollute next ones.
r=robcee
This commit is contained in:
parent
a0062c6cca
commit
46cbefcc5f
@ -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";
|
||||
}
|
||||
|
||||
|
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user