mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
revert wrong test changes
This commit is contained in:
parent
08b50f2aa1
commit
4532b4999f
@ -78,7 +78,7 @@ function test() {
|
||||
}
|
||||
|
||||
// open a window and add the above closed tab list
|
||||
let newWin = open(location, "", "chrome,all");
|
||||
let newWin = openDialog(location, "", "chrome,all,dialog=no");
|
||||
newWin.addEventListener("load", function(aEvent) {
|
||||
gPrefService.setIntPref("browser.sessionstore.max_tabs_undo",
|
||||
test_state.windows[0]._closedTabs.length);
|
||||
|
@ -86,7 +86,7 @@ function test() {
|
||||
aClosedTabList.filter(function(aData) aData.title == aTitle).length;
|
||||
|
||||
// open a window and add the above closed tab list
|
||||
let newWin = open(location, "", "chrome,all");
|
||||
let newWin = openDialog(location, "", "chrome,all,dialog=no");
|
||||
newWin.addEventListener("load", function(aEvent) {
|
||||
gPrefService.setIntPref("browser.sessionstore.max_tabs_undo",
|
||||
test_state.windows[0]._closedTabs.length);
|
||||
|
Loading…
Reference in New Issue
Block a user