mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 888746 - browser_bug422590.js should enable location bar, r=dao
This commit is contained in:
parent
19c591fbbd
commit
e7a8433373
@ -7,7 +7,7 @@ function test() {
|
|||||||
function testChromeless() {
|
function testChromeless() {
|
||||||
// test a chromeless window
|
// test a chromeless window
|
||||||
var newWin = openDialog(getBrowserURL(), "_blank",
|
var newWin = openDialog(getBrowserURL(), "_blank",
|
||||||
"chrome,dialog=no,toolbar=no", "about:blank");
|
"chrome,dialog=no,location=yes,toolbar=no", "about:blank");
|
||||||
ok(newWin, "got new window");
|
ok(newWin, "got new window");
|
||||||
|
|
||||||
whenDelayedStartupFinished(newWin, function () {
|
whenDelayedStartupFinished(newWin, function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user