chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/workers/methods-async.html

<body>
<p>GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for Workers.</p>
<div id=result></div>
<script src="resources/worker-create.js"></script>
<script src="resources/methods-async-test.js"></script>
</body>