blob: 0207cf107642f7496b121577ad83046f36bf6829 (
plain)
1
2
3
4
5
6
|
if (this.document === undefined)
importScripts("xmlhttprequest-timeout.js");
runTestRequests([ new RequestTracker(true, "no time out scheduled, load fires normally", 0),
new RequestTracker(true, "load fires normally", TIME_NORMAL_LOAD),
new RequestTracker(true, "timeout hit before load", TIME_REGULAR_TIMEOUT) ]);
|