blob: 9685527de44e2505e66b559c8e19f28ccfe7b00d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>XHR2 Timeout Property Tests</title>
<link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" />
<link rel="stylesheet" href="testharness.css" />
<script src="/w3c/resources/testharness.js"></script>
<script src="/w3c/resources/testharnessreport.js"></script>
<script src="xmlhttprequest-timeout.js"></script>
<script src="xmlhttprequest-timeout-runner.js"></script>
</head>
<body>
<h1>Description</h1>
<p>This test validates that the XHR2 timeout property behaves as expected in async cases in document (i.e. non-worker) context.</p>
<div id="log"></div>
<script src="xmlhttprequest-timeout-abortedonmain.js" type="text/javascript"></script>
</body>
</html>