mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1133030 - Fix timeout in browser_webconsole_bug_632817.js by requesting a page with valid CORS headers. r=past
This commit is contained in:
parent
9f2d67fe46
commit
dc6d1677a1
@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
function testXhrWarn(aCallback) {
|
||||
makeXhr('get', 'http://example.com', null, aCallback);
|
||||
makeXhr('get', 'http://example.com/browser/browser/devtools/netmonitor/test/sjs_cors-test-server.sjs', null, aCallback);
|
||||
}
|
||||
|
||||
function testXhrPost(aCallback) {
|
||||
|
Loading…
Reference in New Issue
Block a user