Update web-platform-tests to revision 50d6ee076e94273080d9f3b69be0bf4eeae156d3

This commit is contained in:
WPT Sync Bot 2018-08-22 21:45:47 -04:00
parent 3b9055510a
commit 280c87822d
331 changed files with 4209 additions and 866 deletions

View file

@ -8,6 +8,9 @@
<link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/>
<link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/>
<meta name=timeout content=long>
<meta name=variant content="?timeout disabled after initially set">
<meta name=variant content="?timeout overrides load after a delay">
<meta name=variant content="?timeout enabled after initially disabled">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/xmlhttprequest-timeout-runner.js"></script>
@ -17,7 +20,7 @@
<p>This test validates that the XHR2 timeout property behaves as expected in in a worker context.</p>
<div id="log"></div>
<script type="text/javascript">
var worker = new Worker("resources/xmlhttprequest-timeout-overrides.js");
var worker = new Worker("resources/xmlhttprequest-timeout-overrides.js" + location.search);
worker.addEventListener("message", testResultCallbackHandler);
</script>
</body>