From 0ddd00f1959c78ce37c14fef3c83401408fca3bf Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/content/tests/browser/browser_bug594509.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 toolkit/content/tests/browser/browser_bug594509.js (limited to 'toolkit/content/tests/browser/browser_bug594509.js') diff --git a/toolkit/content/tests/browser/browser_bug594509.js b/toolkit/content/tests/browser/browser_bug594509.js deleted file mode 100644 index e67b05f85..000000000 --- a/toolkit/content/tests/browser/browser_bug594509.js +++ /dev/null @@ -1,9 +0,0 @@ -add_task(function* () { - let tab = yield BrowserTestUtils.openNewForegroundTab(gBrowser, "about:rights"); - - yield ContentTask.spawn(tab.linkedBrowser, null, function* () { - Assert.ok(content.document.getElementById("your-rights"), "about:rights content loaded"); - }); - - yield BrowserTestUtils.removeTab(tab); -}); -- cgit v1.2.3