Bug 888746 - browser_bug422590.js should enable location bar, r=dao

This commit is contained in:
Gijs Kruitbosch 2013-07-01 13:55:08 +02:00
parent 19c591fbbd
commit e7a8433373

View File

@ -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 () {