tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xmlhttprequest-timeout-abortedonmain.html (1335B)


      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-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" />
      7    <link rel="help" href="https://xhr.spec.whatwg.org/#abort-error" data-tested-assertations=".."/>
      8    <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-abort" data-tested-assertations="../.." />
      9    <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol/li[9]"/>
     10    <meta name=timeout content=long>
     11    <meta name=variant content="?abort() from a 0ms timeout">
     12    <meta name=variant content="?aborted after TIME_DELAY">
     13    <script src="/resources/testharness.js"></script>
     14    <script src="/resources/testharnessreport.js"></script>
     15    <script src="resources/xmlhttprequest-timeout.js"></script>
     16    <script src="resources/xmlhttprequest-timeout-runner.js"></script>
     17 </head>
     18 <body>
     19    <h1>Description</h1>
     20    <p>This test validates that the XHR2 timeout property behaves as expected in async cases in document (i.e. non-worker) context.</p>
     21    <div id="log"></div>
     22    <script src="resources/xmlhttprequest-timeout-abortedonmain.js" type="text/javascript"></script>
     23 </body>
     24 </html>