blob: dd2857aeb74c922fa61ae1649e1efe2b40a72d9e [file] [log] [blame]
if (this.document === undefined)
importScripts("xmlhttprequest-timeout.js");
runTestRequests([ new RequestTracker(false, "no time out scheduled, load fires normally", 0),
new RequestTracker(false, "load fires normally", TIME_NORMAL_LOAD),
new RequestTracker(false, "timeout hit before load", TIME_REGULAR_TIMEOUT) ]);