Create 1000x400 browser windows for tests
This commit is contained in:
parent
37f5669319
commit
c19a597766
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function loadWindow(winurl, argument) {
|
|||
* @return {Promise<ChromeWindow>}
|
||||
*/
|
||||
function loadBrowserWindow() {
|
||||
var win = window.openDialog("chrome://browser/content/browser.xul");
|
||||
var win = window.openDialog("chrome://browser/content/browser.xul", "", "all,height=400,width=1000");
|
||||
return waitForDOMEvent(win, "load").then(function() {
|
||||
return win;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue