Issue #2653 - Part 2: Update tests

This commit is contained in:
Moonchild 2024-11-17 21:37:56 +01:00 committed by roytam1
commit 0e6fa95840
13 changed files with 2 additions and 531 deletions

View file

@ -1,4 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- /
/* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@ -291,7 +291,6 @@ this.OnRefTestLoad = function OnRefTestLoad(win)
if (gBrowserIsIframe) {
gBrowser = gContainingWindow.document.createElementNS(XHTML_NS, "iframe");
gBrowser.setAttribute("mozbrowser", "");
gBrowser.setAttribute("mozapp", prefs.getCharPref("b2g.system_manifest_url"));
} else {
gBrowser = gContainingWindow.document.createElementNS(XUL_NS, "xul:browser");
}