mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
6 lines
340 B
JavaScript
6 lines
340 B
JavaScript
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) ]);
|