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:
Sami Jaktholm 2015-02-14 08:55:46 +02:00
parent 9f2d67fe46
commit dc6d1677a1

View File

@ -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) {