Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / workers / methods.html
blob8b2a181d16f9d36187d211f2e6ce5f6bc3f82819
1 <html>
2 <body>
3 <p>GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for Workers.</p>
4 <script src="resources/worker-create.js"></script>
5 <script src="resources/methods-test.js"></script>
6 </body>
7 </html>