xmlhttprequest-timeout-twice.html (1837B)
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/#timeout-error" /> 7 <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> 8 <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> 9 <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> 10 <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> 11 <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> 12 <meta name=timeout content=long> 13 <meta name=variant content="?load fires normally with no timeout set, twice"> 14 <meta name=variant content="?load fires normally with same timeout set twice"> 15 <meta name=variant content="?timeout fires normally with same timeout set twice"> 16 <script src="/resources/testharness.js"></script> 17 <script src="/resources/testharnessreport.js"></script> 18 <script src="resources/xmlhttprequest-timeout.js"></script> 19 <script src="resources/xmlhttprequest-timeout-runner.js"></script> 20 </head> 21 <body> 22 <h1>Description</h1> 23 <p>This test validates that the XHR2 timeout property behaves as expected in async cases in document (i.e. non-worker) context.</p> 24 <div id="log"></div> 25 <script src="resources/xmlhttprequest-timeout-twice.js" type="text/javascript"></script> 26 </body> 27 </html>