mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 888746 - browser_bug422590.js should enable location bar, r=dao
This commit is contained in:
parent
ca6766304e
commit
3c546f6a2e
@ -7,7 +7,7 @@ function test() {
|
||||
function testChromeless() {
|
||||
// test a chromeless window
|
||||
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");
|
||||
|
||||
whenDelayedStartupFinished(newWin, function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user