chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/workers/shared-worker-close.html

<body>
<p>Tests invoking close() in the middle of an XMLHttpRequest in a shared worker.</p>
<div id=result></div>
<script src="resources/shared-worker-create.js"></script>
<script src="resources/close-test.js"></script>
</body>