summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-simple.js
blob: ed45c8197db6a4a4a68084322488b12662bd06a5 (plain)
1
2
3
4
5
6
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] ]);