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