Bug 1117650 followup, unbreak fetch test by telling it where the cors server moved, rs=bholley

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2015-01-20 21:57:18 -08:00
parent 6ceea0a98a
commit bf8711bb48

View File

@ -56,7 +56,7 @@ function testNoCorsCtor() {
ok(!r.headers.has("DNT"), "Appending forbidden header should fail");
}
var corsServerPath = "/tests/dom/base/test/file_CrossSiteXHR_server.sjs?";
var corsServerPath = "/tests/dom/security/test/cors/file_CrossSiteXHR_server.sjs?";
function testModeNoCors() {
// Fetch spec, section 4, step 4, response tainting should be set opaque, so
// that fetching leads to an opaque filtered response in step 8.