Bug 1898197 - Move tabs tests into browser/components/tabbrowser/. r=tabbrowser-reviewers,frontend-codestyle-reviewers,mak

Differential Revision: https://phabricator.services.mozilla.com/D211190
This commit is contained in:
Dão Gottwald
2024-05-23 12:54:24 +00:00
parent 716f5d2f9f
commit c4167a3cc6
163 changed files with 66 additions and 67 deletions

View File

@@ -10,10 +10,8 @@ const { UrlbarProviderOpenTabs } = ChromeUtils.importESModule(
const PATH = "browser/browser/components/sessionstore/test/empty.html";
/* import-globals-from ../../../base/content/test/tabs/helper_origin_attrs_testing.js */
loadTestSubscript(
"../../../base/content/test/tabs/helper_origin_attrs_testing.js"
);
/* import-globals-from ../../tabbrowser/test/tabs/helper_origin_attrs_testing.js */
loadTestSubscript("../../tabbrowser/test/tabs/helper_origin_attrs_testing.js");
var TEST_CASES = [
"https://example.com/" + PATH,

View File

@@ -38,7 +38,7 @@ function testFeatures(win, test) {
}
add_task(async function testRestoredWindowFeatures() {
const DUMMY_PAGE = "browser/base/content/test/tabs/dummy_page.html";
const DUMMY_PAGE = "browser/components/tabbrowser/test/tabs/dummy_page.html";
const ALL_BARPROPS = {
locationbar: true,
menubar: true,