mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1117650 followup, unbreak fetch test by telling it where the cors server moved, rs=bholley
CLOSED TREE
This commit is contained in:
parent
6ceea0a98a
commit
bf8711bb48
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user