blob: 61a32bb1af09fe04cf067b43e333fb1aa08eb756 [file] [log] [blame]
Thiago Marcos P. Santos7e13f142013-04-22 12:05:441 <!DOCTYPE html>
2<html>
3<head>
4 <meta charset="utf-8" />
5 <title>XHR2 Timeout Property Tests</title>
Ms2ger91fef142014-11-01 09:24:376 <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" />
7 <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/>
8 <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/>
9 <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/>
James Grahamb7422822015-04-09 10:28:3110 <meta name=timeout content=long>
Thiago Marcos P. Santos7e13f142013-04-22 12:05:4411 <script src="/resources/testharness.js"></script>
12 <script src="/resources/testharnessreport.js"></script>
Hallvord R. M. Steen5ed4cc62013-10-16 12:31:5113 <script src="resources/xmlhttprequest-timeout.js"></script>
14 <script src="resources/xmlhttprequest-timeout-runner.js"></script>
Thiago Marcos P. Santos7e13f142013-04-22 12:05:4415</head>
16<body>
17 <h1>Description</h1>
18 <p>This test validates that the XHR2 timeout property behaves as expected in async cases in document (i.e. non-worker) context.</p>
19 <div id="log"></div>
Hallvord R. M. Steen5ed4cc62013-10-16 12:31:5120 <script src="resources/xmlhttprequest-timeout-overrides.js"></script>
Thiago Marcos P. Santos7e13f142013-04-22 12:05:4421</body>
22</html>
23