[tbb-commits] [tor-browser/esr24] Bug 997341 - Modify content/xul/document/test/bug497875-iframe.xul to not connect to mozilla.org. r=smaug, a=test-only
mikeperry at torproject.org
mikeperry at torproject.org
Fri Aug 29 05:26:40 UTC 2014
commit 4b774c1d8ff33c32cd8d95ba4e158797a3a0218e
Author: Nathan Froyd <froydnj at mozilla.com>
Date: Mon Apr 28 10:24:19 2014 -0400
Bug 997341 - Modify content/xul/document/test/bug497875-iframe.xul to not connect to mozilla.org. r=smaug, a=test-only
---
content/xul/document/test/bug497875-iframe.xul | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/xul/document/test/bug497875-iframe.xul b/content/xul/document/test/bug497875-iframe.xul
index 030af18..8365e7d 100644
--- a/content/xul/document/test/bug497875-iframe.xul
+++ b/content/xul/document/test/bug497875-iframe.xul
@@ -1,6 +1,6 @@
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
<box onerror="document.loadOverlay('file:///does-not-exist', null);" >
-<html:script src="ftp://mozilla.org"/>
+<html:script src="ftp://some.website.that.will.cause.an.error"/>
</box>
</window>
More information about the tbb-commits
mailing list