Bustage fix for test_DownloadUtils.js now able to QI about:blank to nsINestedURI

This commit is contained in:
Neil Rashbrook 2010-06-13 00:56:49 +01:00
parent 78d1d301e8
commit 091c4c0643

View File

@ -124,5 +124,5 @@ function run_test()
testURI("jar:http://www.mozilla.com/file!/magic", "mozilla.com", "www.mozilla.com");
testURI("file:///C:/Cool/Stuff/", "local file", "local file");
testURI("moz-icon:file:///test.extension", "moz-icon resource", "moz-icon resource");
testURI("about:blank", "about resource", "about resource");
testURI("about:config", "about resource", "about resource");
}