xmlhttprequest-timeout-overrides.html (1377B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>XHR2 Timeout Property Tests</title> 6 <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]"/> 10 <meta name=timeout content=long> 11 <meta name=variant content="?timeout disabled after initially set"> 12 <meta name=variant content="?timeout overrides load after a delay"> 13 <meta name=variant content="?timeout enabled after initially disabled"> 14 <script src="/resources/testharness.js"></script> 15 <script src="/resources/testharnessreport.js"></script> 16 <script src="resources/xmlhttprequest-timeout.js"></script> 17 <script src="resources/xmlhttprequest-timeout-runner.js"></script> 18 </head> 19 <body> 20 <h1>Description</h1> 21 <p>This test validates that the XHR2 timeout property behaves as expected in async cases in document (i.e. non-worker) context.</p> 22 <div id="log"></div> 23 <script src="resources/xmlhttprequest-timeout-overrides.js"></script> 24 </body> 25 </html>