Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: netwerk/test/unit/xpcshell.toml
"use strict";
function run_test() {
const ios = Services.io;
var uri = ios.newURI("http:a.html", null, base);
uri = ios.newURI("HtTp:b.html", null, base);
uri = ios.newURI("https:c.html", null, base);
uri = ios.newURI("./https:d.html", null, base);
}