[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/esr24] Bug 998302 - Connect to about:config instead of about:credits to avoid accessing mozilla.org when the test runs. r=robcee, a=test-only
commit bf56c4ddf258ad32644db8deaaea932c9c9b6bcf
Author: Rob Campbell <rcampbell@xxxxxxxxxxx>
Date: Wed May 7 10:38:00 2014 -0400
Bug 998302 - Connect to about:config instead of about:credits to avoid accessing mozilla.org when the test runs. r=robcee, a=test-only
---
browser/devtools/webconsole/test/browser_webconsole_chrome.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/devtools/webconsole/test/browser_webconsole_chrome.js b/browser/devtools/webconsole/test/browser_webconsole_chrome.js
index badd3e5..a04a011 100644
--- a/browser/devtools/webconsole/test/browser_webconsole_chrome.js
+++ b/browser/devtools/webconsole/test/browser_webconsole_chrome.js
@@ -6,7 +6,7 @@
// Tests that code completion works properly.
function test() {
- addTab("about:credits");
+ addTab("about:config");
browser.addEventListener("load", function onLoad() {
browser.removeEventListener("load", onLoad, true);
openConsole(null, testChrome);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits