summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/browser_bug724239.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/general/browser_bug724239.js')
-rw-r--r--browser/base/content/test/general/browser_bug724239.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/browser/base/content/test/general/browser_bug724239.js b/browser/base/content/test/general/browser_bug724239.js
deleted file mode 100644
index 430751b91..000000000
--- a/browser/base/content/test/general/browser_bug724239.js
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Any copyright is dedicated to the Public Domain.
- * http://creativecommons.org/publicdomain/zero/1.0/ */
-
-add_task(function* test() {
- yield BrowserTestUtils.withNewTab({ gBrowser, url: "about:blank" },
- function* (browser) {
- BrowserTestUtils.loadURI(browser, "http://example.com");
- yield BrowserTestUtils.browserLoaded(browser);
- ok(!gBrowser.canGoBack, "about:newtab wasn't added to the session history");
- });
-});