Bug 728999. (Av1) browser_526613.js: Use "about:mozilla", instead of "about:robots", to support non-Firefox applications. r=paul.

This commit is contained in:
Serge Gautherie 2012-02-21 21:55:40 +01:00
parent d31a9134b5
commit 890049dd01

View File

@ -64,7 +64,7 @@ function test() {
let testState = { let testState = {
windows: [ windows: [
{ tabs: [{ entries: [{ url: "http://example.com/" }] }], selected: 1 }, { tabs: [{ entries: [{ url: "http://example.com/" }] }], selected: 1 },
{ tabs: [{ entries: [{ url: "about:robots" }] }], selected: 1 }, { tabs: [{ entries: [{ url: "about:mozilla" }] }], selected: 1 },
], ],
// make sure the first window is focused, otherwise when restoring the // make sure the first window is focused, otherwise when restoring the
// old state, the first window is closed and the test harness gets unloaded // old state, the first window is closed and the test harness gets unloaded